mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Avoid creation of bogus initial blocks for assert/assume in always @*
This commit is contained in:
parent
dcb5a6ea8a
commit
97583ab729
3 changed files with 13 additions and 1 deletions
|
@ -52,6 +52,7 @@ namespace AST_INTERNAL {
|
|||
RTLIL::SigSpec ignoreThisSignalsInInitial;
|
||||
AstNode *current_always, *current_top_block, *current_block, *current_block_child;
|
||||
AstModule *current_module;
|
||||
bool current_always_clocked;
|
||||
}
|
||||
|
||||
// convert node types to string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue