diff options
author | gatecat <gatecat@ds0.me> | 2021-05-15 13:58:03 +0100 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-05-15 14:54:33 +0100 |
commit | b1e1492dac21f2c790540290e61fdd593126f50c (patch) | |
tree | e40d1cac4de331c285a224c90f623998ef76989f | |
parent | f31889847462509c450e30f739bb2f2e2109546a (diff) | |
download | nextpnr-b1e1492dac21f2c790540290e61fdd593126f50c.tar.gz nextpnr-b1e1492dac21f2c790540290e61fdd593126f50c.tar.bz2 nextpnr-b1e1492dac21f2c790540290e61fdd593126f50c.zip |
mistral: Make router2 the default
Signed-off-by: gatecat <gatecat@ds0.me>
-rw-r--r-- | mistral/arch.cc | 2 |
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 |