diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-02-14 11:57:54 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-02-14 11:57:54 +0100 |
commit | 2a311c2c386ce173dca8c5e6e883a8f4f2d9ef00 (patch) | |
tree | 2f445caea8aa50b3a7cfae9dcae68d78c2174523 /techlibs/greenpak4/synth_greenpak4.cc | |
parent | f3a25d9d34e628e00f3f80f596efba4980b3044e (diff) | |
download | yosys-2a311c2c386ce173dca8c5e6e883a8f4f2d9ef00.tar.gz yosys-2a311c2c386ce173dca8c5e6e883a8f4f2d9ef00.tar.bz2 yosys-2a311c2c386ce173dca8c5e6e883a8f4f2d9ef00.zip |
Fix double-call of log_pop() in synth_greenpak4
Diffstat (limited to 'techlibs/greenpak4/synth_greenpak4.cc')
-rw-r--r-- | techlibs/greenpak4/synth_greenpak4.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/techlibs/greenpak4/synth_greenpak4.cc b/techlibs/greenpak4/synth_greenpak4.cc index be12ab495..92bcc8de7 100644 --- a/techlibs/greenpak4/synth_greenpak4.cc +++ b/techlibs/greenpak4/synth_greenpak4.cc @@ -204,8 +204,6 @@ struct SynthGreenPAK4Pass : public ScriptPass if (!json_file.empty() || help_mode) run(stringf("write_json %s", help_mode ? "<file-name>" : json_file.c_str())); } - - log_pop(); } } SynthGreenPAK4Pass; |