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;
|
nocarry = true;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (args[argidx] == "-nomux") {
|
if (args[argidx] == "-nowidelut") {
|
||||||
nomux = true;
|
nowidelut = true;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (args[argidx] == "-vpr") {
|
if (args[argidx] == "-vpr") {
|
||||||
|
|
Loading…
Reference in New Issue