_name
: Name of the net
_arity
: Arity of the net (by default set to 0)
_ind
: LSB of the net
_ext
: Tells if the net is external or not (True/False)
_direct
: If the net is external, tells the direction ("IN", "OUT", "INOUT", "TRISTATE", "UNKNOWN")
_h_type
: If the net is an alimentation or a clock, tells the type ("POWER", "GROUND", "CLOCK")
_type
: The arithmetic type of the net ( "nr" )
_st_cell
: The stratus cell which the net is instanciated in
_real_net
: If the net is a part of a net (Sig) it is the real net corresponding
_alias
: [] by default. When the net has an alias, it's a tab. Each element of the tab correspond to a bit of the net (from the LSB to the MSB), it'a a dictionnary : the only key is the net which this net is an alias from, the value is the bit of the net
_to_merge
: [] by default. The same as _alias
_to_cat
: [] by default. The same as _alias
And, in connection with Hurricane :
_hur_net
: A tab with all the hurricane nets corresponding to the stratus net ; From the LSB to the MSB (for example, with a 1 bit net, one gets the hurricane net by doing : net._hur_net[0]
).
Sophie BELLOEIL