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 f7299cb7..debf66b0 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -1367,6 +1367,10 @@ struct Arch : BaseCtx
bool getBudgetOverride(const NetInfo *net_info, const PortRef &sink, delay_t &budget) const;
ArcBounds getRouteBoundingBox(WireId src, WireId dst) const;
+ // for better DSP bounding boxes
+ void pre_routing();
+ std::unordered_set<WireId> dsp_wires;
+
// -------------------------------------------------
// Get the delay through a cell from one port to another, returning false