projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f559b0
)
Removing cells_sim.v from bram techmap pass
author
Diego H
<diego@symbioticeda.com>
Thu, 6 Feb 2020 20:38:29 +0000
(14:38 -0600)
committer
Diego H
<diego@symbioticeda.com>
Thu, 6 Feb 2020 20:38:29 +0000
(14:38 -0600)
techlibs/gowin/synth_gowin.cc
patch
|
blob
|
history
diff --git
a/techlibs/gowin/synth_gowin.cc
b/techlibs/gowin/synth_gowin.cc
index d8d8397b6898c7dfc6dd4849114bd21f9e725989..86ec9cdc253bbb7b46c7a9d5b670ae84ee3259c7 100644
(file)
--- 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)"))