aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/archdefs.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-09-22 13:12:21 +0100
committergatecat <gatecat@ds0.me>2021-09-22 13:12:21 +0100
commit53e94653f3f6b2d6e99db754027d65203c9787f8 (patch)
tree1edd35b492349df933a31f71f55710359a9afb90 /nexus/archdefs.h
parent035452d938a6ba005ecc7ee9bd308879eaff6069 (diff)
downloadnextpnr-53e94653f3f6b2d6e99db754027d65203c9787f8.tar.gz
nextpnr-53e94653f3f6b2d6e99db754027d65203c9787f8.tar.bz2
nextpnr-53e94653f3f6b2d6e99db754027d65203c9787f8.zip
nexus: Fix DSP macro placement
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'nexus/archdefs.h')
-rw-r--r--nexus/archdefs.h2
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