3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 14:13:23 +00:00

Unify usage of noflatten among architectures

This commit is contained in:
Miodrag Milanovic 2019-01-04 11:37:25 +01:00
parent d98fe8ce1f
commit 3b17c9018a
4 changed files with 16 additions and 8 deletions

View file

@ -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") {