mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-11 13:40:53 +00:00
kernel/register.h: whitespace
This commit is contained in:
parent
8576d2d147
commit
96108ad8b4
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ struct ScriptPass : Pass
|
||||||
RTLIL::Design *active_design;
|
RTLIL::Design *active_design;
|
||||||
std::string active_run_from, active_run_to;
|
std::string active_run_from, active_run_to;
|
||||||
|
|
||||||
ScriptPass(std::string name, std::string short_help = "** document me **", source_location location = source_location::current()) :
|
ScriptPass(std::string name, std::string short_help = "** document me **", source_location location = source_location::current()) :
|
||||||
Pass(name, short_help, location) { }
|
Pass(name, short_help, location) { }
|
||||||
|
|
||||||
virtual void script() = 0;
|
virtual void script() = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue