fix output connected to X

This commit is contained in:
Tarachand Pagarani 2022-02-25 10:08:33 -08:00 committed by tpagarani
parent 217bd28a3f
commit 35f980bd82
1 changed files with 1 additions and 1 deletions

View File

@ -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