projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f4e9f6
)
LX -> LP
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 29 Aug 2019 02:02:54 +0000
(19:02 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 29 Aug 2019 02:02:54 +0000
(19:02 -0700)
techlibs/ice40/synth_ice40.cc
patch
|
blob
|
history
diff --git
a/techlibs/ice40/synth_ice40.cc
b/techlibs/ice40/synth_ice40.cc
index 2f77c03db21fb61668bf94833b9f6ef3b6b394ba..a3890268a8c475d0832a59b7fec9df5641562b66 100644
(file)
--- 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_L
X
";
+ define = "-D ICE40_L
P
";
else if (device_opt == "u")
define = "-D ICE40_U";
else