public class NetTools
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NetTools.NodeTree |
| Constructor and Description |
|---|
NetTools() |
| Modifier and Type | Method and Description |
|---|---|
static List<NetTools.NodeTree> |
getNodeTrees(Net net)
Compute the node routing tree of the given Net by examining its PIPs.
|
static boolean |
hasClockSinks(Net net)
Checks if the provided net drives a clock site pin input.
|
static boolean |
isGlobalClock(Net net) |
public static boolean isGlobalClock(Net net)
public static List<NetTools.NodeTree> getNodeTrees(Net net)
net - Net to analyze.public static boolean hasClockSinks(Net net)
net - The net to examine.