Skip to content

Commit 4fd9498

Browse files
committed
convert switch id check with architecture to warning instead of error
1 parent 0b20db9 commit 4fd9498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/librrgraph/src/io/rr_graph_uxsdcxx_serializer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ class RrGraphSerializer final : public uxsd::RrGraphBase<RrGraphContextTypes> {
534534
}
535535
}
536536
if (!found_arch_name) {
537-
report_error("Switch name '%s' not found in architecture\n", string_name.c_str());
537+
VTR_LOG_WARN("Switch name '%s' not found in architecture\n", string_name.c_str());
538538
}
539539
sw->intra_tile = is_internal_sw;
540540
sw->name = string_name;

0 commit comments

Comments
 (0)