mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-25 11:51:21 +00:00
mistral: Make router2 the default
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user