aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.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/arch.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/arch.h')
-rw-r--r--nexus/arch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index fcb864f6..973d97bf 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -1241,6 +1241,10 @@ struct Arch : BaseArch<ArchRanges>
// -------------------------------------------------
// Arch-specific global routing
void route_globals();
+ // -------------------------------------------------
+ // Override for DSP clusters
+ bool getClusterPlacement(ClusterId cluster, BelId root_bel,
+ std::vector<std::pair<CellInfo *, BelId>> &placement) const override;
// -------------------------------------------------