mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
LX -> LP
This commit is contained in:
parent
0f4e9f6bc5
commit
4bda902f1b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue