mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 11:25:53 +00:00
Grrr
This commit is contained in:
parent
138989e1a3
commit
6db181471e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue