Expand description
Graph utils for the graph module.
Structs§
- Comb
Depth Info - Computes the combinational depth of each net in a netlist.
- FanOut
Table - A table that maps nets to the circuit nodes they drive
Enums§
- Comb
Depth Result - A simple example to analyze the logic levels of a netlist. This analysis checks for cycles, but it doesn’t check for registers. Result of combinational depth analysis for a single net.
Traits§
- Analysis
- A common trait of analyses than can be performed on a netlist. An analysis becomes stale when the netlist is modified.