Skip to content

Commit

Permalink
Merge pull request #580 from lnis-uofu/post_layout
Browse files Browse the repository at this point in the history
Post layout
  • Loading branch information
tangxifan authored Mar 10, 2022
2 parents 1163e28 + 485422f commit 24139f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpr/src/base/netlist_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24139f3

Please sign in to comment.