3
0
Fork 0
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:
Clifford Wolf 2016-09-06 17:34:42 +02:00
parent dcb5a6ea8a
commit 97583ab729
3 changed files with 13 additions and 1 deletions

View file

@ -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;
}