projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaa2690
)
Make nobram false by default for gowin
author
Miodrag Milanovic
<mmicko@gmail.com>
Tue, 2 Apr 2019 17:21:01 +0000
(19:21 +0200)
committer
Miodrag Milanovic
<mmicko@gmail.com>
Tue, 2 Apr 2019 17:21:01 +0000
(19:21 +0200)
techlibs/gowin/synth_gowin.cc
patch
|
blob
|
history
diff --git
a/techlibs/gowin/synth_gowin.cc
b/techlibs/gowin/synth_gowin.cc
index 9a3fcdbb65d79fb1da06a60441c6494a812183e1..c7983bade8cc0d51aec17471649fbb8096de4d3f 100644
(file)
--- a/
techlibs/gowin/synth_gowin.cc
+++ b/
techlibs/gowin/synth_gowin.cc
@@
-73,7
+73,7
@@
struct SynthGowinPass : public ScriptPass
vout_file = "";
retime = false;
flatten = true;
- nobram =
tru
e;
+ nobram =
fals
e;
}
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE