aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
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;
// -------------------------------------------------