Skip to content

Commit d3783bc

Browse files
authored
Merge pull request #3317 from verilog-to-routing/xt_place_macro_fixup
Now the debugging message show string data instead of garbled text
2 parents 5da5db1 + 33685ab commit d3783bc

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)