aboutsummaryrefslogtreecommitdiffstats
path: root/mistral
diff options
context:
space:
mode:
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 e8c4dba7..eed508b3 100644
--- a/mistral/bitstream.cc
+++ b/mistral/bitstream.cc
@@ -123,7 +123,7 @@ struct MistralBitgen
break;
};
case CycloneV::FPLL: {
- if (pt == CycloneV::EXTSWITCH || (pt == CycloneV::CLKEN && pi < 2))
+ if (pt == CycloneV::EXTSWITCH0 || (pt == CycloneV::CLKEN && pi < 2))
cv->inv_set(pn2r.second, true);
break;
};