aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/mem.h
diff options
context:
space:
mode:
authorMarcelina Koƛcielnicka <mwk@0x04.net>2021-05-22 16:36:50 +0200
committerMarcelina Koƛcielnicka <mwk@0x04.net>2021-05-22 21:42:53 +0200
commitc7076495f197732725456992c9a02aed9966139a (patch)
treec3d5d3fc9cbc715b264a4e304b504f5753a77f88 /kernel/mem.h
parentff9e0394b86f701db17ceda48bf8075ce8ac597d (diff)
downloadyosys-c7076495f197732725456992c9a02aed9966139a.tar.gz
yosys-c7076495f197732725456992c9a02aed9966139a.tar.bz2
yosys-c7076495f197732725456992c9a02aed9966139a.zip
kernel/mem: Add a check() function.
Diffstat (limited to 'kernel/mem.h')
-rw-r--r--kernel/mem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/mem.h b/kernel/mem.h
index 547386f3c..f5c7b641f 100644
--- a/kernel/mem.h
+++ b/kernel/mem.h
@@ -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);