mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 06:33:24 +00:00
iopad no op for compatibility with old scripts
This commit is contained in:
parent
477e43d921
commit
1937091f62
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue