mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-23 12:48:54 +00:00
Creating $meminit cells in verilog front-end
This commit is contained in:
parent
910556560f
commit
a8e9d37c14
4 changed files with 57 additions and 33 deletions
|
@ -107,6 +107,7 @@ namespace AST
|
|||
AST_TERNARY,
|
||||
AST_MEMRD,
|
||||
AST_MEMWR,
|
||||
AST_MEMINIT,
|
||||
|
||||
AST_TCALL,
|
||||
AST_ASSIGN,
|
||||
|
@ -299,7 +300,7 @@ namespace AST_INTERNAL
|
|||
extern std::map<std::string, AST::AstNode*> current_scope;
|
||||
extern const dict<RTLIL::SigBit, RTLIL::SigBit> *genRTLIL_subst_ptr;
|
||||
extern RTLIL::SigSpec ignoreThisSignalsInInitial;
|
||||
extern AST::AstNode *current_top_block, *current_block, *current_block_child;
|
||||
extern AST::AstNode *current_always, *current_top_block, *current_block, *current_block_child;
|
||||
extern AST::AstModule *current_module;
|
||||
struct ProcessGenerator;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue