mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-24 14:53:42 +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
|
@ -54,6 +54,8 @@ namespace AST_INTERNAL {
|
|||
AstNode *current_always, *current_top_block, *current_block, *current_block_child;
|
||||
AstModule *current_module;
|
||||
bool current_always_clocked;
|
||||
dict<std::string, int> current_memwr_count;
|
||||
dict<std::string, pool<int>> current_memwr_visible;
|
||||
}
|
||||
|
||||
// convert node types to string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue