diff options
author | gatecat <gatecat@ds0.me> | 2021-03-08 14:40:13 +0000 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-03-08 14:40:13 +0000 |
commit | 55fa8b77457cba6834ca16ae13bb59b5325ac90a (patch) | |
tree | ccc78d449ef5f82a60060159689c085880899c73 /nexus/arch.cc | |
parent | f0e30abf624ebf9984170b4b81e06e15e31ee4de (diff) | |
download | nextpnr-55fa8b77457cba6834ca16ae13bb59b5325ac90a.tar.gz nextpnr-55fa8b77457cba6834ca16ae13bb59b5325ac90a.tar.bz2 nextpnr-55fa8b77457cba6834ca16ae13bb59b5325ac90a.zip |
nexus: Fix copypasta
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 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(); |