mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 03:15:50 +00:00
Add Pass::on_register() and Pass::on_shutdown()
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
823a08e0d8
commit
cd92a974f4
3 changed files with 20 additions and 1 deletions
|
@ -62,6 +62,9 @@ struct Pass
|
|||
virtual void run_register();
|
||||
static void init_register();
|
||||
static void done_register();
|
||||
|
||||
virtual void on_register();
|
||||
virtual void on_shutdown();
|
||||
};
|
||||
|
||||
struct ScriptPass : Pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue