Skip to content

Commit

Permalink
Removed a VTR_ASSERT_SAFE() that should have been removed in previous…
Browse files Browse the repository at this point in the history
… commit
  • Loading branch information
Nathan Shreve committed Jul 2, 2024
1 parent 3d032dd commit aa5092e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/librrgraph/src/base/rr_graph_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ static void walk_cluster_recursive(const RRGraphView& rr_graph,
VTR_ASSERT_SAFE(parent != RRNodeId::INVALID());

if (rr_graph.node_type(parent) == e_rr_type::CHANX || rr_graph.node_type(parent) == e_rr_type::CHANY) { /* Outside of origin cluster */
VTR_ASSERT_SAFE(sink_ipins.find(origin) != sink_ipins.end());
VTR_ASSERT_SAFE(rr_graph.node_type(curr) == e_rr_type::IPIN);

// If the parent node isn't in the origin's cluster, the current node is a "cluster-edge" pin,
Expand Down

0 comments on commit aa5092e

Please sign in to comment.