Module graph

Module graph 

Source
Expand description

Graph utils for the graph module.

Structs§

CombDepthInfo
Computes the combinational depth of each net in a netlist.
FanOutTable
A table that maps nets to the circuit nodes they drive

Enums§

CombDepthResult
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.