aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/archdefs.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-08-03 17:37:59 +0200
committerClifford Wolf <clifford@clifford.at>2018-08-03 17:37:59 +0200
commit2a1d54389f1bcba51482daa43841436e1b854912 (patch)
treeb0e042517e3e2cf86f911df0b6818cf7c8012bee /ice40/archdefs.h
parent80e6b17ec9da25ff089a626b2fb5043876814307 (diff)
downloadnextpnr-2a1d54389f1bcba51482daa43841436e1b854912.tar.gz
nextpnr-2a1d54389f1bcba51482daa43841436e1b854912.tar.bz2
nextpnr-2a1d54389f1bcba51482daa43841436e1b854912.zip
Add iCE40 pseudo-pips for lut permutation
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/archdefs.h')
-rw-r--r--ice40/archdefs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ice40/archdefs.h b/ice40/archdefs.h
index 9329609e..84d73f5e 100644
--- a/ice40/archdefs.h
+++ b/ice40/archdefs.h
@@ -167,7 +167,9 @@ struct ArchCellInfo
{
struct
{
- bool dffEnable, negClk;
+ bool dffEnable;
+ bool carryEnable;
+ bool negClk;
int inputCount;
const NetInfo *clk, *cen, *sr;
} lcInfo;