diff options
Diffstat (limited to 'nexus/archdefs.h')
-rw-r--r-- | nexus/archdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nexus/archdefs.h b/nexus/archdefs.h index ab1010d0..f12206f0 100644 --- a/nexus/archdefs.h +++ b/nexus/archdefs.h @@ -182,6 +182,8 @@ struct ArchCellInfo : BaseClusterInfo int tmg_index = -1; // Map from cell/bel ports to logical timing ports dict<IdString, IdString> tmg_portmap; + // For DSP cluster override + bool is_9x9_18x18 = false; }; NEXTPNR_NAMESPACE_END |