From 87883f6d887b0a92fb431f47f602bf0db3e4ded9 Mon Sep 17 00:00:00 2001 From: Diego H Date: Thu, 6 Feb 2020 14:38:29 -0600 Subject: Removing cells_sim.v from bram techmap pass --- techlibs/gowin/synth_gowin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'techlibs/gowin/synth_gowin.cc') 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)")) -- cgit v1.2.3