mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 22:23:23 +00:00
Clear pkg_user_types if no packages following a 'design -reset-vlog'.
This commit is contained in:
parent
6d8d6b402f
commit
0aaa36ca6d
2 changed files with 5 additions and 0 deletions
|
@ -522,6 +522,7 @@ interface:
|
|||
ast_stack.pop_back();
|
||||
log_assert(ast_stack.size() == 1);
|
||||
current_ast_mod = NULL;
|
||||
user_types.clear();
|
||||
};
|
||||
|
||||
interface_body:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue