We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea75173 commit 56565a4Copy full SHA for 56565a4
passes/techmap/recover_tff_counters.cc
@@ -190,7 +190,7 @@ void recover_tff_counters_worker(
190
auto counter = module->addCell(NEW_ID, "$__COUNT_");
191
counter->setParam("\\RESET_MODE", RTLIL::Const("FIXME")); //not yet implemented
192
counter->setParam("\\WIDTH", RTLIL::Const(count_width));
193
- counter->setParam("\\COUNT_TO", RTLIL::Const(pow(2, count_width) - 1);
+ counter->setParam("\\COUNT_TO", RTLIL::Const(pow(2, count_width) - 1));
194
counter->setParam("\\HAS_CE", RTLIL::Const(0));
195
counter->setParam("\\HAS_POUT", RTLIL::Const(1));
196
counter->setParam("\\DIRECTION", RTLIL::Const("DOWN"));
0 commit comments