aboutsummaryrefslogtreecommitdiffstats
path: root/mistral
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-05-15 13:58:03 +0100
committergatecat <gatecat@ds0.me>2021-05-15 14:54:33 +0100
commitb1e1492dac21f2c790540290e61fdd593126f50c (patch)
treee40d1cac4de331c285a224c90f623998ef76989f /mistral
parentf31889847462509c450e30f739bb2f2e2109546a (diff)
downloadnextpnr-b1e1492dac21f2c790540290e61fdd593126f50c.tar.gz
nextpnr-b1e1492dac21f2c790540290e61fdd593126f50c.tar.bz2
nextpnr-b1e1492dac21f2c790540290e61fdd593126f50c.zip
mistral: Make router2 the default
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'mistral')
-rw-r--r--mistral/arch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mistral/arch.cc b/mistral/arch.cc
index 9c661439..dd5c3b9a 100644
--- a/mistral/arch.cc
+++ b/mistral/arch.cc
@@ -477,7 +477,7 @@ const std::vector<std::string> Arch::availablePlacers = {"sa",
#endif
};
-const std::string Arch::defaultRouter = "router1";
+const std::string Arch::defaultRouter = "router2";
const std::vector<std::string> Arch::availableRouters = {"router1", "router2"};
NEXTPNR_NAMESPACE_END \ No newline at end of file