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
|
@ -310,6 +310,7 @@ namespace AST_INTERNAL
|
|||
extern RTLIL::SigSpec ignoreThisSignalsInInitial;
|
||||
extern AST::AstNode *current_always, *current_top_block, *current_block, *current_block_child;
|
||||
extern AST::AstModule *current_module;
|
||||
extern bool current_always_clocked;
|
||||
struct ProcessGenerator;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue