aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/archdefs.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-05-12 20:35:02 +0100
committergatecat <gatecat@ds0.me>2021-05-15 14:54:33 +0100
commitd39e67da7ed08b790fcc0b3c7ff9551164070fb2 (patch)
treee2ae7c00050b7580fd83b5b9bcc1ac1763a604fe /mistral/archdefs.h
parent7574eab2b603bd850d6f3819d2183d8600b59cd3 (diff)
downloadnextpnr-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/archdefs.h')
-rw-r--r--mistral/archdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mistral/archdefs.h b/mistral/archdefs.h
index ab00cb26..35b5bf63 100644
--- a/mistral/archdefs.h
+++ b/mistral/archdefs.h
@@ -183,6 +183,7 @@ struct ArchCellInfo : BaseClusterInfo
int lut_bits_count;
bool is_carry, is_shared, is_extended;
+ bool carry_start, carry_end;
} combInfo;
struct
{