From 2a1d54389f1bcba51482daa43841436e1b854912 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 3 Aug 2018 17:37:59 +0200 Subject: Add iCE40 pseudo-pips for lut permutation Signed-off-by: Clifford Wolf --- ice40/archdefs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ice40/archdefs.h') 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; -- cgit v1.2.3