From 0e83db47a067b55f45567c89a08af470196a18e7 Mon Sep 17 00:00:00 2001 From: gatecat Date: Thu, 26 Aug 2021 14:58:43 +0100 Subject: clangformat Signed-off-by: gatecat --- mistral/bitstream.cc | 6 +++--- 1 file 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); } } -- cgit v1.2.3