diff options
Diffstat (limited to 'fpga_interchange/arch_pack_clusters.cc')
-rw-r--r-- | fpga_interchange/arch_pack_clusters.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpga_interchange/arch_pack_clusters.cc b/fpga_interchange/arch_pack_clusters.cc index 97a3e1a5..0dc75192 100644 --- a/fpga_interchange/arch_pack_clusters.cc +++ b/fpga_interchange/arch_pack_clusters.cc @@ -419,10 +419,10 @@ bool Arch::getClusterPlacement(ClusterId cluster, BelId root_bel, } } -ArcBounds Arch::getClusterBounds(ClusterId cluster) const +BoundingBox Arch::getClusterBounds(ClusterId cluster) const { // TODO: Implement this - ArcBounds bounds(0, 0, 0, 0); + BoundingBox bounds(0, 0, 0, 0); return bounds; } |