From 8619d33114edc58d89247ac3471d4115e1689a82 Mon Sep 17 00:00:00 2001 From: Andrew Zonenberg Date: Mon, 11 Jul 2016 22:42:25 -0700 Subject: [PATCH] Removed splitnets in prep for new gp4par parser --- techlibs/greenpak4/synth_greenpak4.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/techlibs/greenpak4/synth_greenpak4.cc b/techlibs/greenpak4/synth_greenpak4.cc index 50820a600..c8f81a18d 100644 --- a/techlibs/greenpak4/synth_greenpak4.cc +++ b/techlibs/greenpak4/synth_greenpak4.cc @@ -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 ? "" : json_file.c_str())); } -- 2.30.2