aboutsummaryrefslogtreecommitdiffstats
path: root/generic/viaduct_api.h
diff options
context:
space:
mode:
authormyrtle <gatecat@ds0.me>2022-12-07 10:26:17 +0100
committerGitHub <noreply@github.com>2022-12-07 10:26:17 +0100
commit519011533a3b7582b984226536cb424d462d1599 (patch)
tree31ee37d2c50481ab5f5a5bec2b07ac46d7d7d9ca /generic/viaduct_api.h
parenta342b96bb0d4370d3e575a0189da2273b94ea765 (diff)
parentd1afd6c0f1f8452d7461bbf33c84dbfd59236d03 (diff)
downloadnextpnr-519011533a3b7582b984226536cb424d462d1599.tar.gz
nextpnr-519011533a3b7582b984226536cb424d462d1599.tar.bz2
nextpnr-519011533a3b7582b984226536cb424d462d1599.zip
Merge pull request #1058 from YosysHQ/gatecat/bounds-refactor
refactor: rename ArcBounds -> BoundingBox and use this in HeAP
Diffstat (limited to 'generic/viaduct_api.h')
-rw-r--r--generic/viaduct_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/viaduct_api.h b/generic/viaduct_api.h
index 6f8adb3e..6887f56c 100644
--- a/generic/viaduct_api.h
+++ b/generic/viaduct_api.h
@@ -82,7 +82,7 @@ struct ViaductAPI
// --- Route lookahead ---
virtual delay_t estimateDelay(WireId src, WireId dst) const;
virtual delay_t predictDelay(BelId src_bel, IdString src_pin, BelId dst_bel, IdString dst_pin) const;
- virtual ArcBounds getRouteBoundingBox(WireId src, WireId dst) const;
+ virtual BoundingBox getRouteBoundingBox(WireId src, WireId dst) const;
// --- Flow hooks ---
virtual void pack(){}; // replaces the pack function