mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-14 01:46:16 +00:00
Merge remote-tracking branch 'origin/clifford/onpassreg' into eddie/abc9_scratchpad
This commit is contained in:
commit
dd718838bb
3 changed files with 20 additions and 1 deletions
|
@ -579,6 +579,8 @@ void yosys_shutdown()
|
|||
already_shutdown = true;
|
||||
log_pop();
|
||||
|
||||
Pass::done_register();
|
||||
|
||||
delete yosys_design;
|
||||
yosys_design = NULL;
|
||||
|
||||
|
@ -588,7 +590,6 @@ void yosys_shutdown()
|
|||
log_errfile = NULL;
|
||||
log_files.clear();
|
||||
|
||||
Pass::done_register();
|
||||
yosys_celltypes.clear();
|
||||
|
||||
#ifdef YOSYS_ENABLE_TCL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue