diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-04-01 11:18:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 11:18:38 -0700 |
commit | d8dd842c09cca463425e1b5d25f18df6b255d1be (patch) | |
tree | de26e8ce3050d8ce29ace29d782f7e7046dadee1 /techlibs/ice40/synth_ice40.cc | |
parent | 86380e02121f05d2761a4ddc45e953de4c6a5680 (diff) | |
parent | fc6b898178e303c8eecef8862fafb0a711216572 (diff) | |
download | yosys-d8dd842c09cca463425e1b5d25f18df6b255d1be.tar.gz yosys-d8dd842c09cca463425e1b5d25f18df6b255d1be.tar.bz2 yosys-d8dd842c09cca463425e1b5d25f18df6b255d1be.zip |
Merge pull request #1852 from boqwxp/cleanup_synth_ice40
Fix indentation in `techlibs/ice40/synth_ice40.cc`.
Diffstat (limited to 'techlibs/ice40/synth_ice40.cc')
-rw-r--r-- | techlibs/ice40/synth_ice40.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index b8aedaadf..59ada8bae 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -96,9 +96,9 @@ struct SynthIce40Pass : public ScriptPass log(" -abc9\n"); log(" use new ABC9 flow (EXPERIMENTAL)\n"); log("\n"); - log(" -flowmap\n"); - log(" use FlowMap LUT techmapping instead of abc (EXPERIMENTAL)\n"); - log("\n"); + log(" -flowmap\n"); + log(" use FlowMap LUT techmapping instead of abc (EXPERIMENTAL)\n"); + log("\n"); log("\n"); log("The following commands are executed by this synthesis command:\n"); help_script(); @@ -126,7 +126,7 @@ struct SynthIce40Pass : public ScriptPass abc2 = false; vpr = false; abc9 = false; - flowmap = false; + flowmap = false; device_opt = "hx"; } |