From a24021ea20bb70d0368c6b3e549a87fa5c4ab8ae Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 23 Apr 2016 10:27:33 +0200 Subject: Converted synth_greenpak4 to ScriptPass --- techlibs/ice40/synth_ice40.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'techlibs/ice40/synth_ice40.cc') diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index 3dbdde3df..cadf3b038 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -74,8 +74,7 @@ struct SynthIce40Pass : public ScriptPass log("\n"); } - string top_opt = "-auto-top"; - string blif_file, edif_file; + string top_opt, blif_file, edif_file; bool nocarry, nobram, flatten, retime, abc2; virtual void clear_flags() YS_OVERRIDE @@ -92,7 +91,7 @@ struct SynthIce40Pass : public ScriptPass virtual void execute(std::vector args, RTLIL::Design *design) YS_OVERRIDE { - std::string run_from, run_to; + string run_from, run_to; clear_flags(); size_t argidx; -- cgit v1.2.3