Removed splitnets in prep for new gp4par parser
authorAndrew Zonenberg <azonenberg@drawersteak.com>
Tue, 12 Jul 2016 05:42:25 +0000 (22:42 -0700)
committerAndrew Zonenberg <azonenberg@drawersteak.com>
Tue, 12 Jul 2016 05:42:25 +0000 (22:42 -0700)
techlibs/greenpak4/synth_greenpak4.cc

index 50820a60015d9ada8cce4134a967ff5d3e3df362..c8f81a18d419e2976e3969c0ea430f0e6b33e742 100644 (file)
@@ -195,7 +195,6 @@ struct SynthGreenPAK4Pass : public ScriptPass
 
                if (check_label("json"))
                {
-                       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()));
                }