From 55fa8b77457cba6834ca16ae13bb59b5325ac90a Mon Sep 17 00:00:00 2001 From: gatecat Date: Mon, 8 Mar 2021 14:40:13 +0000 Subject: [PATCH] nexus: Fix copypasta Signed-off-by: gatecat --- nexus/arch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();