mistral: Make router2 the default
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
f318898474
commit
b1e1492dac
@ -477,7 +477,7 @@ const std::vector<std::string> Arch::availablePlacers = {"sa",
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
const std::string Arch::defaultRouter = "router1";
|
const std::string Arch::defaultRouter = "router2";
|
||||||
const std::vector<std::string> Arch::availableRouters = {"router1", "router2"};
|
const std::vector<std::string> Arch::availableRouters = {"router1", "router2"};
|
||||||
|
|
||||||
NEXTPNR_NAMESPACE_END
|
NEXTPNR_NAMESPACE_END
|
Loading…
Reference in New Issue
Block a user