We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b20db9 commit 4fd9498Copy full SHA for 4fd9498
libs/librrgraph/src/io/rr_graph_uxsdcxx_serializer.h
@@ -534,7 +534,7 @@ class RrGraphSerializer final : public uxsd::RrGraphBase<RrGraphContextTypes> {
534
}
535
536
if (!found_arch_name) {
537
- report_error("Switch name '%s' not found in architecture\n", string_name.c_str());
+ VTR_LOG_WARN("Switch name '%s' not found in architecture\n", string_name.c_str());
538
539
sw->intra_tile = is_internal_sw;
540
sw->name = string_name;
0 commit comments