aboutsummaryrefslogtreecommitdiffstats
path: root/mistral
diff options
context:
space:
mode:
Diffstat (limited to 'mistral')
-rw-r--r--mistral/bitstream.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/mistral/bitstream.cc b/mistral/bitstream.cc
index 665005e9..f0e9c003 100644
--- a/mistral/bitstream.cc
+++ b/mistral/bitstream.cc
@@ -329,9 +329,9 @@ struct MistralBitgen
}
for (int i = 0; i < 3; i++) {
// Check for fabric->clock routing
- if (ctx->wires_connected(ctx->get_port(block_type, CycloneV::pos2x(pos), CycloneV::pos2y(pos), -1,
- CycloneV::DATAIN, 0),
- lab_data.clk_wires[i]))
+ if (ctx->wires_connected(
+ ctx->get_port(block_type, CycloneV::pos2x(pos), CycloneV::pos2y(pos), -1, CycloneV::DATAIN, 0),
+ lab_data.clk_wires[i]))
cv->bmux_m_set(block_type, pos, CycloneV::CLKA_SEL, 0, CycloneV::GIN2);
}
}