clangformat
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
7f8e467acd
commit
0e83db47a0
@ -329,8 +329,8 @@ struct MistralBitgen
|
|||||||
}
|
}
|
||||||
for (int i = 0; i < 3; i++) {
|
for (int i = 0; i < 3; i++) {
|
||||||
// Check for fabric->clock routing
|
// Check for fabric->clock routing
|
||||||
if (ctx->wires_connected(ctx->get_port(block_type, CycloneV::pos2x(pos), CycloneV::pos2y(pos), -1,
|
if (ctx->wires_connected(
|
||||||
CycloneV::DATAIN, 0),
|
ctx->get_port(block_type, CycloneV::pos2x(pos), CycloneV::pos2y(pos), -1, CycloneV::DATAIN, 0),
|
||||||
lab_data.clk_wires[i]))
|
lab_data.clk_wires[i]))
|
||||||
cv->bmux_m_set(block_type, pos, CycloneV::CLKA_SEL, 0, CycloneV::GIN2);
|
cv->bmux_m_set(block_type, pos, CycloneV::CLKA_SEL, 0, CycloneV::GIN2);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user