From 639ee62deff1d05917b1f3f7ac77b5e39ee759df Mon Sep 17 00:00:00 2001 From: soheilshahrouz Date: Tue, 16 Jul 2024 18:49:48 -0400 Subject: [PATCH] add missing expected tags --- libs/libarchfpga/src/read_xml_arch_file_noc_tag.cpp | 2 +- .../3d_full_OPIN_inter_die_3dnoc_stratixiv_arch.timing.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/libarchfpga/src/read_xml_arch_file_noc_tag.cpp b/libs/libarchfpga/src/read_xml_arch_file_noc_tag.cpp index 1dc995f3f31..65f0d867698 100644 --- a/libs/libarchfpga/src/read_xml_arch_file_noc_tag.cpp +++ b/libs/libarchfpga/src/read_xml_arch_file_noc_tag.cpp @@ -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 expected_router_attributes = {"startx", "endx", "starty", "endy", "size"}; + std::vector 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); diff --git a/vtr_flow/arch/multi_die/stratixiv_3d/3d_full_OPIN_inter_die_3dnoc_stratixiv_arch.timing.xml b/vtr_flow/arch/multi_die/stratixiv_3d/3d_full_OPIN_inter_die_3dnoc_stratixiv_arch.timing.xml index cca1ffbbae8..95cac668b50 100644 --- a/vtr_flow/arch/multi_die/stratixiv_3d/3d_full_OPIN_inter_die_3dnoc_stratixiv_arch.timing.xml +++ b/vtr_flow/arch/multi_die/stratixiv_3d/3d_full_OPIN_inter_die_3dnoc_stratixiv_arch.timing.xml @@ -4810,7 +4810,6 @@ -