aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/archdefs.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2022-03-28 14:06:09 +0100
committergatecat <gatecat@ds0.me>2022-03-29 13:37:14 +0100
commit5a9ddc067588c895a483dbb314f3ff72c72fabe2 (patch)
treece800f06500fa5e071312141b42c90353b856339 /ice40/archdefs.h
parent3ed53153ca3b38f5d488604607b50627c0b5639a (diff)
downloadnextpnr-5a9ddc067588c895a483dbb314f3ff72c72fabe2.tar.gz
nextpnr-5a9ddc067588c895a483dbb314f3ff72c72fabe2.tar.bz2
nextpnr-5a9ddc067588c895a483dbb314f3ff72c72fabe2.zip
ice40: Merge driving LUT<=2s into carry-only LCs
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'ice40/archdefs.h')
-rw-r--r--ice40/archdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ice40/archdefs.h b/ice40/archdefs.h
index 3d8ea282..07b209f1 100644
--- a/ice40/archdefs.h
+++ b/ice40/archdefs.h
@@ -137,6 +137,7 @@ struct ArchCellInfo : BaseClusterInfo
bool carryEnable;
bool negClk;
int inputCount;
+ unsigned lutInputMask;
const NetInfo *clk, *cen, *sr;
} lcInfo;
struct