3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +00:00
This commit is contained in:
Eddie Hung 2019-08-28 19:02:54 -07:00
parent 0f4e9f6bc5
commit 4bda902f1b

View 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