[Tool] Bug fix for clang compilation error
This commit is contained in:
parent
c61ec5a8b8
commit
4dc0fb81c5
|
@ -43,7 +43,7 @@ void read_xml_tile_global_port_annotation(pugi::xml_node& xml_tile,
|
|||
if (2 != tile_port_tokens.size()) {
|
||||
archfpga_throw(loc_data.filename_c_str(), loc_data.line(xml_tile),
|
||||
"Invalid tile_port attribute '%s'! Valid format is <tile_name>.<port_name>\n",
|
||||
tile_port_name_attr);
|
||||
tile_port_name_attr.c_str());
|
||||
}
|
||||
/* Extract the tile port information */
|
||||
openfpga::PortParser tile_port_parser(tile_port_tokens[1]);
|
||||
|
|
Loading…
Reference in New Issue