public class ClockTools
extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
clbRegTypes |
static Map<String,String> |
unisimFFs |
static Map<String,String> |
unisimLatches |
| Constructor and Description |
|---|
ClockTools() |
| Modifier and Type | Method and Description |
|---|---|
static EDIFHierNet |
getClockFromDesign(Design design)
Gets the clock net from the provided design.
|
static EDIFHierNet |
getClockNet(EDIFHierCellInst i)
If the provided instance is a CLB register (flip-flop or latch), it will get
the net of the connected net to the clock pin of the cell and return it.
|
public static Map<String,String> unisimFFs
public static Map<String,String> unisimLatches
public static Map<String,String> clbRegTypes
public static EDIFHierNet getClockNet(EDIFHierCellInst i)
i - The instance in question.public static EDIFHierNet getClockFromDesign(Design design)
design - The design to query.