nexus: Default to router2 for now

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2020-10-22 16:44:22 +01:00
parent 5e90086d4f
commit 00ff7c6cfe

View File

@ -665,7 +665,7 @@ const std::vector<std::string> Arch::availablePlacers = {"sa",
};
const std::string Arch::defaultRouter = "router1";
const std::string Arch::defaultRouter = "router2";
const std::vector<std::string> Arch::availableRouters = {"router1", "router2"};
NEXTPNR_NAMESPACE_END