aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/coolrunner2/synth_coolrunner2.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-11-25 12:42:09 -0800
committerEddie Hung <eddie@fpgeh.com>2019-11-25 12:42:09 -0800
commitd087024cafbd4daf4f4c378b02ba15d6d3cf03d4 (patch)
treefb3db49b3417b00ce3438ffd75288820e7674d30 /techlibs/coolrunner2/synth_coolrunner2.cc
parent6a2eb5d8f9286b9574647c03e2bdc8b63fccbe4d (diff)
parent6cdea425b81fcfe1eec20cbfc4c4e27d46cb641d (diff)
downloadyosys-d087024cafbd4daf4f4c378b02ba15d6d3cf03d4.tar.gz
yosys-d087024cafbd4daf4f4c378b02ba15d6d3cf03d4.tar.bz2
yosys-d087024cafbd4daf4f4c378b02ba15d6d3cf03d4.zip
Merge remote-tracking branch 'origin/master' into xaig_dff
Diffstat (limited to 'techlibs/coolrunner2/synth_coolrunner2.cc')
-rw-r--r--techlibs/coolrunner2/synth_coolrunner2.cc2
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;