nexus: Default to router2 for now
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
5e90086d4f
commit
00ff7c6cfe
@ -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"};
|
const std::vector<std::string> Arch::availableRouters = {"router1", "router2"};
|
||||||
|
|
||||||
NEXTPNR_NAMESPACE_END
|
NEXTPNR_NAMESPACE_END
|
||||||
|
Loading…
Reference in New Issue
Block a user