3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-04 14:25:47 +00:00

Merge branch 'origin/master' into krys/docs

This commit is contained in:
Krystine Sherwin 2024-03-18 10:39:30 +13:00
commit d2bf5a83af
No known key found for this signature in database
18 changed files with 641 additions and 78 deletions

View file

@ -1001,7 +1001,7 @@ struct LicensePass : public Pass {
log("This command produces the following notice.\n");
notice();
}
void execute(std::vector<std::string> args, RTLIL::Design*) override
void execute(std::vector<std::string>, RTLIL::Design*) override
{
notice();
}