Merge pull request #580 from lnis-uofu/post_layout

Post layout
This commit is contained in:
tangxifan 2022-03-09 16:03:46 -08:00 committed by GitHub
commit 24139f338a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2191,7 +2191,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 << "";
os << create_unconn_net(unconn_count);
}
} else {
//Connected