mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 22:33:41 +00:00
Unify usage of noflatten among architectures
This commit is contained in:
parent
d98fe8ce1f
commit
3b17c9018a
4 changed files with 16 additions and 8 deletions
|
@ -95,8 +95,8 @@ struct SynthAchronixPass : public ScriptPass {
|
|||
run_to = args[argidx].substr(pos+1);
|
||||
continue;
|
||||
}
|
||||
if (args[argidx] == "-flatten") {
|
||||
flatten = true;
|
||||
if (args[argidx] == "-noflatten") {
|
||||
flatten = false;
|
||||
continue;
|
||||
}
|
||||
if (args[argidx] == "-retime") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue