3
0
Fork 0
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:
Peter 2020-03-03 19:30:54 +00:00 committed by Grazfather
parent 6d8d6b402f
commit 0aaa36ca6d
2 changed files with 5 additions and 0 deletions

View file

@ -522,6 +522,7 @@ interface:
ast_stack.pop_back();
log_assert(ast_stack.size() == 1);
current_ast_mod = NULL;
user_types.clear();
};
interface_body: