diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-11-22 22:45:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-22 22:45:40 -0800 |
commit | db2268703f657fb977e1aa5506748683fbeb6cb1 (patch) | |
tree | c0ef7d7c8a68175f44ae691c2374382029cca08e | |
parent | c03b6a3e9cab9fc05b2d5b256676f5ddc6c2d763 (diff) | |
parent | 97b22413e533a7fca7a3542dd802321097bdc55c (diff) | |
download | yosys-db2268703f657fb977e1aa5506748683fbeb6cb1.tar.gz yosys-db2268703f657fb977e1aa5506748683fbeb6cb1.tar.bz2 yosys-db2268703f657fb977e1aa5506748683fbeb6cb1.zip |
Merge pull request #1520 from pietrmar/fix-1463
coolrunner2: remove spurious log_pop() call, fixes #1463
-rw-r--r-- | techlibs/coolrunner2/synth_coolrunner2.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/techlibs/coolrunner2/synth_coolrunner2.cc b/techlibs/coolrunner2/synth_coolrunner2.cc index 21bbcaef4..014c68622 100644 --- a/techlibs/coolrunner2/synth_coolrunner2.cc +++ b/techlibs/coolrunner2/synth_coolrunner2.cc @@ -194,8 +194,6 @@ struct SynthCoolrunner2Pass : public ScriptPass if (!json_file.empty() || help_mode) run(stringf("write_json %s", help_mode ? "<file-name>" : json_file.c_str())); } - - log_pop(); } } SynthCoolrunner2Pass; |