From: Andrew Zonenberg Date: Tue, 12 Jul 2016 05:42:25 +0000 (-0700) Subject: Removed splitnets in prep for new gp4par parser X-Git-Tag: yosys-0.7~174^2~3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8619d33114edc58d89247ac3471d4115e1689a82;p=yosys.git Removed splitnets in prep for new gp4par parser --- 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())); }