3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 22:23:23 +00:00
This commit is contained in:
KrystalDelusion 2025-06-03 09:44:53 +12:00 committed by GitHub
commit a15cf9452b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -753,7 +753,7 @@ struct VerilogFileList : public Pass {
break; break;
} }
extra_args(args, argidx, design); extra_args(args, argidx, design, false);
} }
} VerilogFilelist; } VerilogFilelist;