aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
diff options
context:
space:
mode:
authorAlberto Gonzalez <boqwxp@airmail.cc>2020-04-01 16:29:56 +0000
committerAlberto Gonzalez <boqwxp@airmail.cc>2020-04-01 16:29:56 +0000
commitfc6b898178e303c8eecef8862fafb0a711216572 (patch)
tree007968f64398020929bcc17da80efe7f886e0ca7 /techlibs
parent05f74d4f315eab0fa0c7e83627482f5160113ba5 (diff)
downloadyosys-fc6b898178e303c8eecef8862fafb0a711216572.tar.gz
yosys-fc6b898178e303c8eecef8862fafb0a711216572.tar.bz2
yosys-fc6b898178e303c8eecef8862fafb0a711216572.zip
Fix indentation in `techlibs/ice40/synth_ice40.cc`.
Diffstat (limited to 'techlibs')
-rw-r--r--techlibs/ice40/synth_ice40.cc8
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";
}