in reply to Re: Problem with storing values (Verilog::Netlist::Net)
in thread Problem with storing values
Then I'm using the drivers to check some conditions. Maybe I could store all the pin drivers for the design beforehand and look them up when required, but this is just so convenient. Is the only reason you would now recomment obtaining the values from STDOUT be that the functionality of "dump_drivers" could change again at anytime? Or is there some other reason? Thanks!foreach my $cell ($mod->cells) { foreach my $pin ($cell->pins) { $netdrivers = ($pin->net)->dump_drivers; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Problem with storing values (Verilog::Netlist::Net)
by toolic (Bishop) on Apr 16, 2015 at 20:21 UTC |