aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-02-06 20:59:21 -0800
committerGitHub <noreply@github.com>2020-02-06 20:59:21 -0800
commit1f54b0008f6fe4e9ed19f5b4fcddddcb4d6d8976 (patch)
tree33cc0aad5db27b685da1db5f4d7e758f02863149
parent6f67dd8df52e6640f216661ae929cd3ed29d23cf (diff)
parent87883f6d887b0a92fb431f47f602bf0db3e4ded9 (diff)
downloadyosys-1f54b0008f6fe4e9ed19f5b4fcddddcb4d6d8976.tar.gz
yosys-1f54b0008f6fe4e9ed19f5b4fcddddcb4d6d8976.tar.bz2
yosys-1f54b0008f6fe4e9ed19f5b4fcddddcb4d6d8976.zip
Merge pull request #1685 from dh73/gowin
Removing cells_sim from GoWin bram techmap
-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)"))