aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/cells.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-25 14:45:33 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-25 14:45:33 +0200
commit8d9444b6f0df174fcbf0b9a619ce7793ae5adc02 (patch)
tree1cfc0433578b51382608c0fecb776504d233ddd7 /ice40/cells.cc
parentfb5fb497b5c81d3adab8e210a4942e34c5bf8e9f (diff)
downloadnextpnr-8d9444b6f0df174fcbf0b9a619ce7793ae5adc02.tar.gz
nextpnr-8d9444b6f0df174fcbf0b9a619ce7793ae5adc02.tar.bz2
nextpnr-8d9444b6f0df174fcbf0b9a619ce7793ae5adc02.zip
ice40: More preparations for carry legalisation
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/cells.cc')
-rw-r--r--ice40/cells.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ice40/cells.cc b/ice40/cells.cc
index ddb69f4f..e9c75649 100644
--- a/ice40/cells.cc
+++ b/ice40/cells.cc
@@ -47,6 +47,8 @@ CellInfo *create_ice_cell(Context *ctx, IdString type, std::string name)
new_cell->params[ctx->id("DFF_ENABLE")] = "0";
new_cell->params[ctx->id("SET_NORESET")] = "0";
new_cell->params[ctx->id("ASYNC_SR")] = "0";
+ new_cell->params[ctx->id("CIN_CONST")] = "0";
+ new_cell->params[ctx->id("CIN_SET")] = "0";
add_port(ctx, new_cell, "I0", PORT_IN);
add_port(ctx, new_cell, "I1", PORT_IN);