mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-08 18:51:28 +00:00
kernel/mem: Add a check() function.
This commit is contained in:
parent
ff9e0394b8
commit
c7076495f1
2 changed files with 26 additions and 0 deletions
|
@ -66,6 +66,7 @@ struct Mem {
|
|||
void remove();
|
||||
void emit();
|
||||
void clear_inits();
|
||||
void check();
|
||||
Const get_init_data() const;
|
||||
static std::vector<Mem> get_all_memories(Module *module);
|
||||
static std::vector<Mem> get_selected_memories(Module *module);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue