public class SeaOfGates
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SeaOfGates.NetsToRouteByLength
Comparator class for sorting NetsToRoute by their length and power/ground usage.
|
static class |
SeaOfGates.SeaOfGatesOptions
Class to hold preferences during Sea-of-Gates routing run.
|
| Constructor and Description |
|---|
SeaOfGates() |
| Modifier and Type | Method and Description |
|---|---|
static void |
seaOfGatesRoute()
Method to run Sea-of-Gates routing on the current cell.
|
static void |
seaOfGatesRoute(Cell cell,
SeaOfGates.SeaOfGatesOptions prefs)
Method to run Sea-of-Gates routing on specified cell.
|
public static void seaOfGatesRoute()
public static void seaOfGatesRoute(Cell cell, SeaOfGates.SeaOfGatesOptions prefs)