Run clean after splitnets in synth_greenpak4
authorClifford Wolf <clifford@clifford.at>
Sat, 23 Apr 2016 21:09:45 +0000 (23:09 +0200)
committerClifford Wolf <clifford@clifford.at>
Sat, 23 Apr 2016 21:09:45 +0000 (23:09 +0200)
techlibs/greenpak4/synth_greenpak4.cc

index ec1b687b0756955b196e158c47746e8173143979..3559e0fad8621698934d8fa345f865651101a729 100644 (file)
@@ -194,7 +194,7 @@ struct SynthGreenPAK4Pass : public ScriptPass
 
                if (check_label("json"))
                {
-                       run("splitnets", "(temporary workaround for gp4par parser limitation)");
+                       run("splitnets;;", "(temporary workaround for gp4par parser limitation)");
                        if (!json_file.empty() || help_mode)
                                run(stringf("write_json %s", help_mode ? "<file-name>" : json_file.c_str()));
                }