aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/arch.cc')
-rw-r--r--ecp5/arch.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ecp5/arch.cc b/ecp5/arch.cc
index b5ffa5dc..1abbd2aa 100644
--- a/ecp5/arch.cc
+++ b/ecp5/arch.cc
@@ -531,6 +531,7 @@ bool Arch::place()
bool Arch::route()
{
route_ecp5_globals(getCtx());
+ assignArchInfo();
assign_budget(getCtx(), true);
bool result = router1(getCtx(), Router1Cfg(getCtx()));
@@ -994,7 +995,7 @@ void Arch::archInfoToAttributes()
for (auto &net : getCtx()->nets) {
auto ni = net.second.get();
ni->attrs[id("IS_GLOBAL")] = ni->is_global ? "1" : "0";
- }
+ }
}
void Arch::attributesToArchInfo()