aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/globals.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mistral/globals.cc')
-rw-r--r--mistral/globals.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/mistral/globals.cc b/mistral/globals.cc
index 2d1b2ef8..eee8d0a9 100644
--- a/mistral/globals.cc
+++ b/mistral/globals.cc
@@ -32,6 +32,7 @@ void Arch::create_clkbuf(int x, int y)
add_bel_pin(bel, id_A, PORT_IN, get_port(CycloneV::CMUXHG, x, y, -1, CycloneV::CLKIN, z));
add_bel_pin(bel, id_Q, PORT_OUT, get_port(CycloneV::CMUXHG, x, y, z, CycloneV::CLKOUT));
// TODO: enable pin
+ bel_data(bel).block_index = z;
}
}