Skip to content

Commit 8d3ab0e

Browse files
committed
Merge branch 'xt_tileable_direct_strong' of github.com:verilog-to-routing/vtr-verilog-to-routing into xt_tileable_direct_strong
2 parents 4c9b8fa + 97c7bc8 commit 8d3ab0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/place/place_macro.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ static void mark_direct_of_pins(int start_pin_index,
566566
if (direct_type_from_blk_pin[itype][iblk_pin] != e_pin_type::OPEN) {
567567
VPR_FATAL_ERROR(VPR_ERROR_ARCH,
568568
"[LINE %d] Invalid pin - %s, this pin is in more than one direct connection.\n",
569-
line, src_string);
569+
line, src_string.data());
570570
} else {
571571
direct_type_from_blk_pin[itype][iblk_pin] = direct_type;
572572
}

0 commit comments

Comments
 (0)