aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/gowin/synth_gowin.cc
diff options
context:
space:
mode:
authorDiego H <diego@symbioticeda.com>2020-02-06 14:38:29 -0600
committerDiego H <diego@symbioticeda.com>2020-02-06 14:38:29 -0600
commit87883f6d887b0a92fb431f47f602bf0db3e4ded9 (patch)
tree5caeb4de3860a5e91d8e22ed7df9b8211d4ca5ca /techlibs/gowin/synth_gowin.cc
parent8f559b070ab9e27df3f8c5022c0b108bc2a53534 (diff)
downloadyosys-87883f6d887b0a92fb431f47f602bf0db3e4ded9.tar.gz
yosys-87883f6d887b0a92fb431f47f602bf0db3e4ded9.tar.bz2
yosys-87883f6d887b0a92fb431f47f602bf0db3e4ded9.zip
Removing cells_sim.v from bram techmap pass
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 d8d8397b6..86ec9cdc2 100644
--- a/techlibs/gowin/synth_gowin.cc
+++ b/techlibs/gowin/synth_gowin.cc
@@ -191,7 +191,7 @@ struct SynthGowinPass : public ScriptPass
if (!nobram && check_label("map_bram", "(skip if -nobram)"))
{
run("memory_bram -rules +/gowin/brams.txt");
- run("techmap -map +/gowin/brams_map.v -map +/gowin/cells_sim.v");
+ run("techmap -map +/gowin/brams_map.v");
}
if (!nolutram && check_label("map_lutram", "(skip if -nolutram)"))