LX -> LP
authorEddie Hung <eddie@fpgeh.com>
Thu, 29 Aug 2019 02:02:54 +0000 (19:02 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 29 Aug 2019 02:02:54 +0000 (19:02 -0700)
techlibs/ice40/synth_ice40.cc

index 2f77c03db21fb61668bf94833b9f6ef3b6b394ba..a3890268a8c475d0832a59b7fec9df5641562b66 100644 (file)
@@ -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