Skip to content

Commit 95e704a

Browse files
committed
[VPR] code format fix
1 parent 5467fc3 commit 95e704a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/base/netlist_writer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ class NetlistWriterVisitor : public NetlistVisitor {
18191819
//If there is a valid net connected in the implementation
18201820
AtomNetId logical_net_id = atom_ctx.nlist.port_net(port_id, orig_index);
18211821

1822-
// Fatal error should be flagged when the net marked in implementation
1822+
// Fatal error should be flagged when the net marked in implementation
18231823
// does not match the net marked in input netlist
18241824
if (impl_input_net_id != logical_net_id) {
18251825
VPR_FATAL_ERROR(VPR_ERROR_IMPL_NETLIST_WRITER,

0 commit comments

Comments
 (0)