aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/fasm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/fasm.cc')
-rw-r--r--nexus/fasm.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/nexus/fasm.cc b/nexus/fasm.cc
index bd710ae4..72efa5da 100644
--- a/nexus/fasm.cc
+++ b/nexus/fasm.cc
@@ -22,6 +22,8 @@
#include "nextpnr.h"
#include "util.h"
+#include <queue>
+
NEXTPNR_NAMESPACE_BEGIN
namespace {
struct NexusFasmWriter
@@ -291,12 +293,10 @@ struct NexusFasmWriter
push(stringf("SLICE%c", slice));
if (cell->params.count(id_INIT))
write_int_vector(stringf("K%d.INIT[15:0]", k), int_or_default(cell->params, id_INIT, 0), 16);
-#if 0
if (cell->lutInfo.is_carry) {
write_bit("MODE.CCU2");
- write_enum(cell, "INJECT", "NO");
+ write_enum(cell, "CCU2.INJECT", "NO");
}
-#endif
pop(2);
}
// Write config for an OXIDE_FF cell