aboutsummaryrefslogtreecommitdiffstats
path: root/mistral
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2022-03-18 18:54:12 +0000
committergatecat <gatecat@ds0.me>2022-03-18 18:54:40 +0000
commit5e9236f9d4679d4596f0e593cdeff674229f5818 (patch)
tree6e6fc91202e567f85e324ff4b6398aa505d170a7 /mistral
parent051228c49a6c25a861c9ef7bcbadd52d0e0c7060 (diff)
downloadnextpnr-5e9236f9d4679d4596f0e593cdeff674229f5818.tar.gz
nextpnr-5e9236f9d4679d4596f0e593cdeff674229f5818.tar.bz2
nextpnr-5e9236f9d4679d4596f0e593cdeff674229f5818.zip
mistral: Updated CLK mux select name
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'mistral')
-rw-r--r--mistral/bitstream.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mistral/bitstream.cc b/mistral/bitstream.cc
index 80490f1f..3e1b8b66 100644
--- a/mistral/bitstream.cc
+++ b/mistral/bitstream.cc
@@ -114,7 +114,7 @@ struct MistralBitgen
{
(void)ci; // currently unused
auto pos = CycloneV::xy2pos(x, y);
- cv->bmux_r_set(CycloneV::CMUXHG, pos, CycloneV::INPUT_SELECT, bi, 0x1b); // hardcode to general routing
+ cv->bmux_r_set(CycloneV::CMUXHG, pos, CycloneV::INPUT_SEL, bi, 0x1b); // hardcode to general routing
cv->bmux_m_set(CycloneV::CMUXHG, pos, CycloneV::TESTSYN_ENOUT_SELECT, bi, CycloneV::PRE_SYNENB);
}