aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-02-14 11:57:54 +0100
committerClifford Wolf <clifford@clifford.at>2017-02-14 11:57:54 +0100
commit2a311c2c386ce173dca8c5e6e883a8f4f2d9ef00 (patch)
tree2f445caea8aa50b3a7cfae9dcae68d78c2174523
parentf3a25d9d34e628e00f3f80f596efba4980b3044e (diff)
downloadyosys-2a311c2c386ce173dca8c5e6e883a8f4f2d9ef00.tar.gz
yosys-2a311c2c386ce173dca8c5e6e883a8f4f2d9ef00.tar.bz2
yosys-2a311c2c386ce173dca8c5e6e883a8f4f2d9ef00.zip
Fix double-call of log_pop() in synth_greenpak4
-rw-r--r--techlibs/greenpak4/synth_greenpak4.cc2
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;