aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/arch.cc')
-rw-r--r--nexus/arch.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/nexus/arch.cc b/nexus/arch.cc
index 8005a130..3435755b 100644
--- a/nexus/arch.cc
+++ b/nexus/arch.cc
@@ -446,6 +446,9 @@ bool Arch::place()
bool Arch::route()
{
assign_budget(getCtx(), true);
+
+ route_globals();
+
std::string router = str_or_default(settings, id("router"), defaultRouter);
bool result;
if (router == "router1") {