mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
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;
|
ise = true;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
if (args[argidx] == "-iopad") {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
if (args[argidx] == "-noiopad") {
|
if (args[argidx] == "-noiopad") {
|
||||||
noiopad = true;
|
noiopad = true;
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue