From: Clifford Wolf Date: Sat, 23 Apr 2016 21:09:45 +0000 (+0200) Subject: Run clean after splitnets in synth_greenpak4 X-Git-Tag: yosys-0.7~249 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9c5192cd63dc4c08441e94c8d53428503ccc4af;p=yosys.git Run clean after splitnets in synth_greenpak4 --- diff --git a/techlibs/greenpak4/synth_greenpak4.cc b/techlibs/greenpak4/synth_greenpak4.cc index ec1b687b0..3559e0fad 100644 --- a/techlibs/greenpak4/synth_greenpak4.cc +++ b/techlibs/greenpak4/synth_greenpak4.cc @@ -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 ? "" : json_file.c_str())); }