aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-04-17 15:07:44 -0700
committerEddie Hung <eddie@fpgeh.com>2019-04-17 15:07:44 -0700
commit3105a8a6531545efefe228fb4fc4b7b09ae127e8 (patch)
treeebb79b20941ae5b28d97aae7d269689ebfa208b5
parent6f3e5297dbf1a0b28e6bfa51990f957939d722d7 (diff)
downloadyosys-3105a8a6531545efefe228fb4fc4b7b09ae127e8.tar.gz
yosys-3105a8a6531545efefe228fb4fc4b7b09ae127e8.tar.bz2
yosys-3105a8a6531545efefe228fb4fc4b7b09ae127e8.zip
Update error message
-rw-r--r--techlibs/ice40/synth_ice40.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc
index 2981875eb..62589ad87 100644
--- a/techlibs/ice40/synth_ice40.cc
+++ b/techlibs/ice40/synth_ice40.cc
@@ -226,7 +226,7 @@ struct SynthIce40Pass : public ScriptPass
if (!design->full_selection())
log_cmd_error("This command only operates on fully selected designs!\n");
if (device_opt != "hx1k" && device_opt !="lp384" && device_opt != "lp1k" && device_opt !="lp8k" && device_opt !="hx8k" && device_opt != "u4k" && device_opt != "up5k")
- log_cmd_error("Invalid or no family specified: '%s'\n", device_opt.c_str());
+ log_cmd_error("Invalid or no device specified: '%s'\n", device_opt.c_str());
log_header(design, "Executing SYNTH_ICE40 pass.\n");
log_push();