mirror of https://github.com/YosysHQ/yosys.git
iopad no op for compatibility with old scripts
This commit is contained in:
parent
477e43d921
commit
1937091f62
|
@ -208,6 +208,9 @@ struct SynthXilinxPass : public ScriptPass
|
|||
ise = true;
|
||||
continue;
|
||||
}
|
||||
if (args[argidx] == "-iopad") {
|
||||
continue;
|
||||
}
|
||||
if (args[argidx] == "-noiopad") {
|
||||
noiopad = true;
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue