From a30686014456cfc665b2bd3243dbef956891860d Mon Sep 17 00:00:00 2001 From: gatecat Date: Fri, 17 Dec 2021 15:06:19 +0000 Subject: nexus: router1 speedup based on #867 Signed-off-by: gatecat --- nexus/arch.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nexus/arch.cc') diff --git a/nexus/arch.cc b/nexus/arch.cc index ee7f6304..74a06478 100644 --- a/nexus/arch.cc +++ b/nexus/arch.cc @@ -119,6 +119,9 @@ Arch::Arch(ArchArgs args) : args(args) ts.bels_by_z[bel.z].tile = i; ts.bels_by_z[bel.z].index = j; } + auto &ts = tileStatus.at(i); + ts.boundwires.resize(loc.wires.size()); + ts.boundpips.resize(loc.pips.size()); } for (int i = 0; i < chip_info->width; i++) { -- cgit v1.2.3