From: Eddie Hung Date: Thu, 29 Aug 2019 02:02:54 +0000 (-0700) Subject: LX -> LP X-Git-Tag: working-ls180~1075^2^2~16 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4bda902f1b9dccb5603c2beebd71392cbfe34eb9;p=yosys.git LX -> LP --- diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index 2f77c03db..a3890268a 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -240,7 +240,7 @@ struct SynthIce40Pass : public ScriptPass { std::string define; if (device_opt == "lp") - define = "-D ICE40_LX"; + define = "-D ICE40_LP"; else if (device_opt == "u") define = "-D ICE40_U"; else