From: Alberto Gonzalez Date: Wed, 1 Apr 2020 16:29:56 +0000 (+0000) Subject: Fix indentation in `techlibs/ice40/synth_ice40.cc`. X-Git-Tag: working-ls180~711^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc6b898178e303c8eecef8862fafb0a711216572;p=yosys.git Fix indentation in `techlibs/ice40/synth_ice40.cc`. --- 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"; }