fix formatting

This commit is contained in:
Duck Deux 2024-10-31 01:48:24 -07:00
parent 1877779a99
commit 82c010593d
1 changed files with 4 additions and 3 deletions

View File

@ -87,7 +87,8 @@ static void build_switch_block_mux_bitstream(
break; break;
} }
} }
} else if (false == circuit_lib.mux_add_const_input(mux_model) && prefer_unused_mux_input) { } else if (false == circuit_lib.mux_add_const_input(mux_model) &&
prefer_unused_mux_input) {
/* If /* If
* 1. output net is INVALID (unmapped) * 1. output net is INVALID (unmapped)
* 2. and we don't have a constant input, * 2. and we don't have a constant input,
@ -342,7 +343,7 @@ static void build_connection_block_mux_bitstream(
RREdgeId edge = driver_rr_edges[iedge]; RREdgeId edge = driver_rr_edges[iedge];
RRNodeId driver_node = rr_graph.edge_src_node(edge); RRNodeId driver_node = rr_graph.edge_src_node(edge);
if (routing_annotation.rr_node_net(driver_node) == if (routing_annotation.rr_node_net(driver_node) ==
ClusterNetId::INVALID()){ ClusterNetId::INVALID()) {
path_id = iedge; path_id = iedge;
break; break;
} }