Skip to content

Commit 2365150

Browse files
make format
1 parent 490740e commit 2365150

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vpr/src/base/read_route.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,6 @@ void print_route(const Netlist<>& net_list,
628628

629629
fprintf(fp, "%d ", rr_graph.node_ptc_num(inode));
630630

631-
632631
if (!physical_tile->is_io() && (rr_type == e_rr_type::IPIN || rr_type == e_rr_type::OPIN)) {
633632
int pin_num = rr_graph.node_pin_num(inode);
634633
int xoffset = device_ctx.grid.get_width_offset({ilow, jlow, layer_num});

0 commit comments

Comments
 (0)