mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
commit
d42c04bc48
|
@ -1002,7 +1002,7 @@ struct LicensePass : public Pass {
|
||||||
log("This command produces the following notice.\n");
|
log("This command produces the following notice.\n");
|
||||||
notice();
|
notice();
|
||||||
}
|
}
|
||||||
void execute(std::vector<std::string> args, RTLIL::Design*) override
|
void execute(std::vector<std::string>, RTLIL::Design*) override
|
||||||
{
|
{
|
||||||
notice();
|
notice();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue