We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5467fc3 commit 95e704aCopy full SHA for 95e704a
vpr/src/base/netlist_writer.cpp
@@ -1819,7 +1819,7 @@ class NetlistWriterVisitor : public NetlistVisitor {
1819
//If there is a valid net connected in the implementation
1820
AtomNetId logical_net_id = atom_ctx.nlist.port_net(port_id, orig_index);
1821
1822
- // Fatal error should be flagged when the net marked in implementation
+ // Fatal error should be flagged when the net marked in implementation
1823
// does not match the net marked in input netlist
1824
if (impl_input_net_id != logical_net_id) {
1825
VPR_FATAL_ERROR(VPR_ERROR_IMPL_NETLIST_WRITER,
0 commit comments