3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

iopad no op for compatibility with old scripts

This commit is contained in:
Miodrag Milanovic 2019-12-21 13:21:45 +01:00
parent 477e43d921
commit 1937091f62

View file

@ -208,6 +208,9 @@ struct SynthXilinxPass : public ScriptPass
ise = true;
continue;
}
if (args[argidx] == "-iopad") {
continue;
}
if (args[argidx] == "-noiopad") {
noiopad = true;
continue;