aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-03-08 14:40:13 +0000
committergatecat <gatecat@ds0.me>2021-03-08 14:40:13 +0000
commit55fa8b77457cba6834ca16ae13bb59b5325ac90a (patch)
treeccc78d449ef5f82a60060159689c085880899c73
parentf0e30abf624ebf9984170b4b81e06e15e31ee4de (diff)
downloadnextpnr-55fa8b77457cba6834ca16ae13bb59b5325ac90a.tar.gz
nextpnr-55fa8b77457cba6834ca16ae13bb59b5325ac90a.tar.bz2
nextpnr-55fa8b77457cba6834ca16ae13bb59b5325ac90a.zip
nexus: Fix copypasta
Signed-off-by: gatecat <gatecat@ds0.me>
-rw-r--r--nexus/arch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/arch.cc b/nexus/arch.cc
index 2791b0df..f804cdd9 100644
--- a/nexus/arch.cc
+++ b/nexus/arch.cc
@@ -693,7 +693,7 @@ bool Arch::route()
router2(getCtx(), Router2Cfg(getCtx()));
result = true;
} 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");
archInfoToAttributes();