aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/gowin/synth_gowin.cc
diff options
context:
space:
mode:
authorPepijn de Vos <pepijndevos@gmail.com>2019-09-05 17:25:51 +0200
committerPepijn de Vos <pepijndevos@gmail.com>2019-09-05 17:25:51 +0200
commit47374a495d3cbfa424cbe312aa4762e7c4e855ff (patch)
tree911ddb203c9b62a175a9bf62e945cd1ff7c4d1a4 /techlibs/gowin/synth_gowin.cc
parent7a43be5e431f7518203b37bad2eb9ffb3b74add4 (diff)
downloadyosys-47374a495d3cbfa424cbe312aa4762e7c4e855ff.tar.gz
yosys-47374a495d3cbfa424cbe312aa4762e7c4e855ff.tar.bz2
yosys-47374a495d3cbfa424cbe312aa4762e7c4e855ff.zip
support bram initialisation
Diffstat (limited to 'techlibs/gowin/synth_gowin.cc')
-rw-r--r--techlibs/gowin/synth_gowin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/gowin/synth_gowin.cc b/techlibs/gowin/synth_gowin.cc
index 3581d050e..cfddcec12 100644
--- a/techlibs/gowin/synth_gowin.cc
+++ b/techlibs/gowin/synth_gowin.cc
@@ -229,7 +229,7 @@ struct SynthGowinPass : public ScriptPass
if (check_label("vout"))
{
if (!vout_file.empty() || help_mode)
- run(stringf("write_verilog -nohex -decimal -attr2comment -defparam -renameprefix gen %s",
+ run(stringf("write_verilog -decimal -attr2comment -defparam -renameprefix gen %s",
help_mode ? "<file-name>" : vout_file.c_str()));
}
}