Skip to content

Commit

Permalink
add missing expected tags
Browse files Browse the repository at this point in the history
  • Loading branch information
soheilshahrouz committed Jul 16, 2024
1 parent 5a9df1f commit 639ee62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libs/libarchfpga/src/read_xml_arch_file_noc_tag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ static void process_mesh_topology(pugi::xml_node mesh_topology_tag,
constexpr int ATTRIBUTE_CONVERSION_FAILURE = -1;

// a list of attributes that should be found for the mesh tag
std::vector<std::string> expected_router_attributes = {"startx", "endx", "starty", "endy", "size"};
std::vector<std::string> expected_router_attributes = {"startx", "endx", "starty", "endy", "startlayer", "endlayer", "size"};

// verify that only the acceptable attributes were supplied
pugiutil::expect_only_attributes(mesh_topology_tag, expected_router_attributes, loc_data);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4810,7 +4810,6 @@
</pinlocations>
</sub_tile>
</tile>
</tile>
<!-- below we specify a NoC router tile. Not sure about the area (might need to update this) Look into making this block bigger for large number of ports. Also put the master and slave ports on seperate sides-->
<tile name="noc_router_adapter" width="2" height="2" area="0">
<sub_tile name="noc_router_adapter">
Expand Down

0 comments on commit 639ee62

Please sign in to comment.