aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ice40
diff options
context:
space:
mode:
authorAndrew Zonenberg <azonenberg@drawersteak.com>2016-04-23 10:18:15 -0700
committerAndrew Zonenberg <azonenberg@drawersteak.com>2016-04-23 10:18:15 -0700
commit421b0d715c43fbcbfc1465518d444c9ca97cbabb (patch)
treed9558314c0950ab357af112e64c80a31215a58d2 /techlibs/ice40
parent2849fd486eaa1a77316cc6ffc86ec885b8a0d9fb (diff)
parent34195f281fc4829f58c3dfc9c7944691044186e0 (diff)
downloadyosys-421b0d715c43fbcbfc1465518d444c9ca97cbabb.tar.gz
yosys-421b0d715c43fbcbfc1465518d444c9ca97cbabb.tar.bz2
yosys-421b0d715c43fbcbfc1465518d444c9ca97cbabb.zip
Merge https://github.com/cliffordwolf/yosys
Diffstat (limited to 'techlibs/ice40')
-rw-r--r--techlibs/ice40/synth_ice40.cc5
1 files changed, 2 insertions, 3 deletions
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<std::string> args, RTLIL::Design *design) YS_OVERRIDE
{
- std::string run_from, run_to;
+ string run_from, run_to;
clear_flags();
size_t argidx;