diff options
author | gatecat <gatecat@ds0.me> | 2021-09-22 16:30:50 +0100 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-09-24 15:26:16 +0100 |
commit | 502fcff76554ecc10e47d7889cfcb60b41443105 (patch) | |
tree | 63825037aa3c1f30c3198305f9b6415134b6ab9b /nexus/arch.cc | |
parent | d9a71083e1a081f89e1aa4c357bc3b828eea6709 (diff) | |
download | nextpnr-502fcff76554ecc10e47d7889cfcb60b41443105.tar.gz nextpnr-502fcff76554ecc10e47d7889cfcb60b41443105.tar.bz2 nextpnr-502fcff76554ecc10e47d7889cfcb60b41443105.zip |
nexus: LUT permutation support
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'nexus/arch.cc')
-rw-r--r-- | nexus/arch.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/arch.cc b/nexus/arch.cc index fa81485a..95474800 100644 --- a/nexus/arch.cc +++ b/nexus/arch.cc @@ -1030,7 +1030,7 @@ const std::vector<std::string> Arch::availablePlacers = {"sa", }; -const std::string Arch::defaultRouter = "router2"; +const std::string Arch::defaultRouter = "router1"; const std::vector<std::string> Arch::availableRouters = {"router1", "router2"}; NEXTPNR_NAMESPACE_END |