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:
commit
d2bf5a83af
18 changed files with 641 additions and 78 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue