diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-27 16:12:20 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-27 16:12:20 -0700 |
commit | af8a5ae5fe35d65742eb17db8cd2bacda93e916e (patch) | |
tree | b7cbff732114d2eda895197accf1229a88cf054b /techlibs | |
parent | 4daa74679779a45542b36c1f3630bd1fbae9ec7b (diff) | |
download | yosys-af8a5ae5fe35d65742eb17db8cd2bacda93e916e.tar.gz yosys-af8a5ae5fe35d65742eb17db8cd2bacda93e916e.tar.bz2 yosys-af8a5ae5fe35d65742eb17db8cd2bacda93e916e.zip |
Extraneous newline
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/ice40/synth_ice40.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index a782f00b9..caef420d4 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -105,7 +105,6 @@ struct SynthIce40Pass : public ScriptPass log("\n"); } - string top_opt, blif_file, edif_file, json_file, abc, device_opt; bool nocarry, nodffe, nobram, dsp, flatten, retime, relut, noabc, abc2, vpr; int min_ce_use; |