mirror of https://github.com/YosysHQ/yosys.git
Grrr
This commit is contained in:
parent
138989e1a3
commit
6db181471e
|
@ -153,8 +153,8 @@ struct SynthXilinxPass : public ScriptPass
|
|||
nocarry = true;
|
||||
continue;
|
||||
}
|
||||
if (args[argidx] == "-nomux") {
|
||||
nomux = true;
|
||||
if (args[argidx] == "-nowidelut") {
|
||||
nowidelut = true;
|
||||
continue;
|
||||
}
|
||||
if (args[argidx] == "-vpr") {
|
||||
|
|
Loading…
Reference in New Issue