diff options
author | gatecat <gatecat@ds0.me> | 2021-05-12 20:35:02 +0100 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-05-15 14:54:33 +0100 |
commit | d39e67da7ed08b790fcc0b3c7ff9551164070fb2 (patch) | |
tree | e2ae7c00050b7580fd83b5b9bcc1ac1763a604fe /mistral/constids.inc | |
parent | 7574eab2b603bd850d6f3819d2183d8600b59cd3 (diff) | |
download | nextpnr-d39e67da7ed08b790fcc0b3c7ff9551164070fb2.tar.gz nextpnr-d39e67da7ed08b790fcc0b3c7ff9551164070fb2.tar.bz2 nextpnr-d39e67da7ed08b790fcc0b3c7ff9551164070fb2.zip |
mistral: First pass at carry packing
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'mistral/constids.inc')
-rw-r--r-- | mistral/constids.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mistral/constids.inc b/mistral/constids.inc index f1b51ee5..76d82a0b 100644 --- a/mistral/constids.inc +++ b/mistral/constids.inc @@ -39,9 +39,9 @@ X(Q) X(COMBOUT) X(SUM_OUT) -X(CIN) +X(CI) X(SHAREIN) -X(COUT) +X(CO) X(SHAREOUT) X(CARRY_START) @@ -64,8 +64,6 @@ X(LUT1) X(D0) X(D1) -X(CI) -X(CO) X(SO) X(WIRE) |