diff options
author | gatecat <gatecat@ds0.me> | 2021-12-14 09:03:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 09:03:50 +0000 |
commit | 256134d6158b59831462f26f0011627eda10beb2 (patch) | |
tree | 9d57a381245a647b9c06ebf2f3aaeee811581765 /ecp5/archdefs.h | |
parent | 73a7406211022a434ba2902afc3ccbe3dc6169b4 (diff) | |
parent | f36188f2e18783ea692f8b6132712a0d1da6b6b7 (diff) | |
download | nextpnr-256134d6158b59831462f26f0011627eda10beb2.tar.gz nextpnr-256134d6158b59831462f26f0011627eda10beb2.tar.bz2 nextpnr-256134d6158b59831462f26f0011627eda10beb2.zip |
Merge pull request #870 from YosysHQ/gatecat/ecp5-lutperm
ecp5: LUT permutation support
Diffstat (limited to 'ecp5/archdefs.h')
-rw-r--r-- | ecp5/archdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/archdefs.h b/ecp5/archdefs.h index 80e7810c..dd260a3e 100644 --- a/ecp5/archdefs.h +++ b/ecp5/archdefs.h @@ -165,6 +165,7 @@ struct ArchCellInfo : BaseClusterInfo bool using_dff; bool has_l6mux; bool is_carry; + bool is_memory; IdString clk_sig, lsr_sig, clkmux, lsrmux, srmode; int sd0, sd1; } sliceInfo; |