diff options
author | David Shah <dave@ds0.me> | 2020-01-16 11:32:00 +0000 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2020-02-03 11:38:31 +0000 |
commit | d2c77fd9ae3ca4af2f8235a5502f73d8ebd297d0 (patch) | |
tree | a87a1a11e135d912820287d9c196fe5b1a3016b5 /ecp5 | |
parent | c27e7780d178241e611e4335d37e9ff31c28a85c (diff) | |
download | nextpnr-d2c77fd9ae3ca4af2f8235a5502f73d8ebd297d0.tar.gz nextpnr-d2c77fd9ae3ca4af2f8235a5502f73d8ebd297d0.tar.bz2 nextpnr-d2c77fd9ae3ca4af2f8235a5502f73d8ebd297d0.zip |
ecp5: router2 main rename
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'ecp5')
-rw-r--r-- | ecp5/arch.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/arch.cc b/ecp5/arch.cc index 93e42db7..e620b3a3 100644 --- a/ecp5/arch.cc +++ b/ecp5/arch.cc @@ -610,7 +610,7 @@ bool Arch::route() route_ecp5_globals(getCtx()); assignArchInfo(); assign_budget(getCtx(), true); - router2_test(getCtx()); + router2(getCtx()); bool result = router1(getCtx(), Router1Cfg(getCtx())); #if 0 std::vector<std::pair<WireId, int>> fanout_vector; |