This creates some kind of map of combinational paths between inputs and outputs.
This creates some kind of map of combinational paths between inputs and outputs.
use this to figure out which paths involve top level iO
combinational paths found by firrtl pass CheckCombLoops
a map between a port's Data and it's string name
used to map ReferenceTargets found in paths into correct local string form
Verilator wants to have module name prefix except for default reset and clock
Verilator wants to have module name prefix except for default reset and clock
signal name to be mapped into backend string form
Returns a Seq of (data reference, fully qualified element names) for the input.
Returns a Seq of (data reference, fully qualified element names) for the input. name is the name of data
(Since version ) see corresponding Javadoc for more information.