diff options
Diffstat (limited to 'ice40')
-rw-r--r-- | ice40/arch.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/arch.cc b/ice40/arch.cc index b429a1cd..a43c4c21 100644 --- a/ice40/arch.cc +++ b/ice40/arch.cc @@ -703,7 +703,7 @@ bool Arch::route() result = router1(getCtx(), Router1Cfg(getCtx())); } else if (router == "router2") { router2(getCtx(), Router2Cfg(getCtx())); - result = router1(getCtx(), Router1Cfg(getCtx())); + result = true; } else { log_error("iCE40 architecture does not support router '%s'\n", router.c_str()); } |