Skip to content

Commit 639ee62

Browse files
add missing expected tags
1 parent 5a9df1f commit 639ee62

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libs/libarchfpga/src/read_xml_arch_file_noc_tag.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ static void process_mesh_topology(pugi::xml_node mesh_topology_tag,
228228
constexpr int ATTRIBUTE_CONVERSION_FAILURE = -1;
229229

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

233233
// verify that only the acceptable attributes were supplied
234234
pugiutil::expect_only_attributes(mesh_topology_tag, expected_router_attributes, loc_data);

vtr_flow/arch/multi_die/stratixiv_3d/3d_full_OPIN_inter_die_3dnoc_stratixiv_arch.timing.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4810,7 +4810,6 @@
48104810
</pinlocations>
48114811
</sub_tile>
48124812
</tile>
4813-
</tile>
48144813
<!-- 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-->
48154814
<tile name="noc_router_adapter" width="2" height="2" area="0">
48164815
<sub_tile name="noc_router_adapter">

0 commit comments

Comments
 (0)