mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 06:13:41 +00:00
verilog: Use proc memory writes in the frontend.
This commit is contained in:
parent
4e03865d5b
commit
89c74ffd71
5 changed files with 94 additions and 29 deletions
|
@ -381,6 +381,8 @@ namespace AST_INTERNAL
|
|||
extern AST::AstNode *current_always, *current_top_block, *current_block, *current_block_child;
|
||||
extern AST::AstModule *current_module;
|
||||
extern bool current_always_clocked;
|
||||
extern dict<std::string, int> current_memwr_count;
|
||||
extern dict<std::string, pool<int>> current_memwr_visible;
|
||||
struct LookaheadRewriter;
|
||||
struct ProcessGenerator;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue