Removing cells_sim.v from bram techmap pass
authorDiego H <diego@symbioticeda.com>
Thu, 6 Feb 2020 20:38:29 +0000 (14:38 -0600)
committerDiego H <diego@symbioticeda.com>
Thu, 6 Feb 2020 20:38:29 +0000 (14:38 -0600)
techlibs/gowin/synth_gowin.cc

index d8d8397b6898c7dfc6dd4849114bd21f9e725989..86ec9cdc253bbb7b46c7a9d5b670ae84ee3259c7 100644 (file)
@@ -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)"))