write_verilog -include_pwr_gnd
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
a9106a190e
commit
6c1322b6ee
|
|
@ -418,7 +418,7 @@ VerilogWriter::writeAssigns(Instance *inst)
|
|||
&& (include_pwr_gnd_
|
||||
|| !(network_->isPower(net) || network_->isGround(net)))
|
||||
&& (network_->direction(port)->isAnyOutput()
|
||||
|| network_->direction(port)->isPowerGround())
|
||||
|| (include_pwr_gnd_ && network_->direction(port)->isPowerGround()))
|
||||
&& !stringEqual(network_->name(port), network_->name(net))) {
|
||||
// Port name is different from net name.
|
||||
string port_vname = netVerilogName(network_->name(port),
|
||||
|
|
|
|||
Loading…
Reference in New Issue