fix output connected to X
This commit is contained in:
parent
1ff3267ade
commit
9a49782158
|
@ -2172,7 +2172,7 @@ void print_verilog_port(std::ostream& os, size_t& unconn_count, const std::strin
|
|||
os << "1'b0";
|
||||
} else {
|
||||
VTR_ASSERT(type == PortType::OUTPUT);
|
||||
os << "1'bX";
|
||||
os << create_unconn_net(unconn_count);
|
||||
}
|
||||
} else {
|
||||
//Connected
|
||||
|
|
Loading…
Reference in New Issue