nexus: Fix copypasta
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
f0e30abf62
commit
55fa8b7745
@ -693,7 +693,7 @@ bool Arch::route()
|
|||||||
router2(getCtx(), Router2Cfg(getCtx()));
|
router2(getCtx(), Router2Cfg(getCtx()));
|
||||||
result = true;
|
result = true;
|
||||||
} else {
|
} else {
|
||||||
log_error("iCE40 architecture does not support router '%s'\n", router.c_str());
|
log_error("Nexus architecture does not support router '%s'\n", router.c_str());
|
||||||
}
|
}
|
||||||
getCtx()->attrs[getCtx()->id("step")] = std::string("route");
|
getCtx()->attrs[getCtx()->id("step")] = std::string("route");
|
||||||
archInfoToAttributes();
|
archInfoToAttributes();
|
||||||
|
Loading…
Reference in New Issue
Block a user