3
0
Fork 0
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:
Marcelina Kościelnicka 2021-05-22 16:36:50 +02:00
parent ff9e0394b8
commit c7076495f1
2 changed files with 26 additions and 0 deletions

View file

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