Skip to content

Commit

Permalink
[lib] clang syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxifan committed Nov 13, 2024
1 parent 6692776 commit 8178b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libarchfpga/src/read_xml_arch_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3624,7 +3624,7 @@ static void ProcessPinLocations(pugi::xml_node Locations,
//Missing
archfpga_throw(loc_data.filename_c_str(), loc_data.line(Locations),
"Pin '%s[%d].%s[%d]' has no pin location specificed (a location is required for pattern=\"custom\")",
SubTile->name, iinst, port.name, ipin);
SubTile->name.c_str(), iinst, port.name, ipin);
}
}
}
Expand Down

0 comments on commit 8178b71

Please sign in to comment.