mirror of https://github.com/YosysHQ/yosys.git
LX -> LP
This commit is contained in:
parent
0f4e9f6bc5
commit
4bda902f1b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue