aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-07-06 10:13:50 +0100
committergatecat <gatecat@ds0.me>2021-07-06 10:13:50 +0100
commitf64d06fa0287cede913942380ddf84c380b2e79b (patch)
treea183d23e380347ea8f7d56e2c1a0beaa66923d4c /fpga_interchange/arch.h
parent6edc11de4de20aa5194f5cf3705a320b1891a2d6 (diff)
downloadnextpnr-f64d06fa0287cede913942380ddf84c380b2e79b.tar.gz
nextpnr-f64d06fa0287cede913942380ddf84c380b2e79b.tar.bz2
nextpnr-f64d06fa0287cede913942380ddf84c380b2e79b.zip
interchange: Improve search for PAD-attached bels
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'fpga_interchange/arch.h')
-rw-r--r--fpga_interchange/arch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h
index 6e77054f..b71b1d03 100644
--- a/fpga_interchange/arch.h
+++ b/fpga_interchange/arch.h
@@ -708,7 +708,8 @@ struct Arch : ArchAPI<ArchRanges>
// -------------------------------------------------
- void place_iobufs(WireId pad_wire, NetInfo *net, const pool<CellInfo *, hash_ptr_ops> &tightly_attached_bels,
+ void place_iobufs(WireId pad_wire, NetInfo *net,
+ const dict<CellInfo *, IdString, hash_ptr_ops> &tightly_attached_bels,
pool<CellInfo *, hash_ptr_ops> *placed_cells);
void pack_ports();