aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/intel
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-01-04 11:37:25 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2019-01-04 11:37:25 +0100
commit3b17c9018acd9d8bee12e653745fb2f00105bd58 (patch)
tree947a690b409a3fdcf582951a96a7d04ea537bba4 /techlibs/intel
parentd98fe8ce1fbcd5480181ed22d43b850863191033 (diff)
downloadyosys-3b17c9018acd9d8bee12e653745fb2f00105bd58.tar.gz
yosys-3b17c9018acd9d8bee12e653745fb2f00105bd58.tar.bz2
yosys-3b17c9018acd9d8bee12e653745fb2f00105bd58.zip
Unify usage of noflatten among architectures
Diffstat (limited to 'techlibs/intel')
-rw-r--r--techlibs/intel/synth_intel.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/intel/synth_intel.cc b/techlibs/intel/synth_intel.cc
index d74f295ec..0f1d7a7b5 100644
--- a/techlibs/intel/synth_intel.cc
+++ b/techlibs/intel/synth_intel.cc
@@ -131,8 +131,8 @@ struct SynthIntelPass : public ScriptPass {
nobram = true;
continue;
}
- if (args[argidx] == "-flatten") {
- flatten = true;
+ if (args[argidx] == "-noflatten") {
+ flatten = false;
continue;
}
if (args[argidx] == "-retime") {