aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-26 10:09:18 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-26 10:09:18 -0700
commit138989e1a3d0bb21eef5415f1b2ccfe49f6ef4ce (patch)
tree5f061f4f816bc6f271c7e7415c3c8f09cd8c1e07 /techlibs
parentcb722e7b58d634370bb013641dcccb2b5041febb (diff)
downloadyosys-138989e1a3d0bb21eef5415f1b2ccfe49f6ef4ce.tar.gz
yosys-138989e1a3d0bb21eef5415f1b2ccfe49f6ef4ce.tar.bz2
yosys-138989e1a3d0bb21eef5415f1b2ccfe49f6ef4ce.zip
Fix spacing
Diffstat (limited to 'techlibs')
-rw-r--r--techlibs/xilinx/synth_xilinx.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc
index dc2b4f2ac..ced132968 100644
--- a/techlibs/xilinx/synth_xilinx.cc
+++ b/techlibs/xilinx/synth_xilinx.cc
@@ -256,11 +256,11 @@ struct SynthXilinxPass : public ScriptPass
if (help_mode)
run("techmap -map +/techmap.v [-map +/xilinx/arith_map.v]", "(skip if '-nocarry')");
else if (!nocarry) {
- if (!vpr)
- run("techmap -map +/techmap.v -map +/xilinx/arith_map.v");
- else
- run("techmap -map +/techmap.v -map +/xilinx/arith_map.v -D _EXPLICIT_CARRY");
- }
+ if (!vpr)
+ run("techmap -map +/techmap.v -map +/xilinx/arith_map.v");
+ else
+ run("techmap -map +/techmap.v -map +/xilinx/arith_map.v -D _EXPLICIT_CARRY");
+ }
run("opt -fast");
}