diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-04-23 23:09:45 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-04-23 23:09:45 +0200 |
commit | c9c5192cd63dc4c08441e94c8d53428503ccc4af (patch) | |
tree | 950c736218b6d6ec462b8d0673abd2c9832fbdf8 /techlibs | |
parent | 7f16784f3c0151c9b7f2861965d73ce7c960ebb5 (diff) | |
download | yosys-c9c5192cd63dc4c08441e94c8d53428503ccc4af.tar.gz yosys-c9c5192cd63dc4c08441e94c8d53428503ccc4af.tar.bz2 yosys-c9c5192cd63dc4c08441e94c8d53428503ccc4af.zip |
Run clean after splitnets in synth_greenpak4
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/greenpak4/synth_greenpak4.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 ? "<file-name>" : json_file.c_str())); } |