aboutsummaryrefslogtreecommitdiff
path: root/tests/simple_mem/many.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_mem/many.c')
-rw-r--r--tests/simple_mem/many.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/simple_mem/many.c b/tests/simple_mem/many.c
index f2d246a..346d17e 100644
--- a/tests/simple_mem/many.c
+++ b/tests/simple_mem/many.c
@@ -23,6 +23,8 @@ int main()
struct clock_domain *clk = create_clock_domain(NS(1));
clock_domain_add(clk, traffic_gen1);
clock_domain_add(clk, traffic_gen2);
+ clock_domain_add(clk, simple_mem1);
+ clock_domain_add(clk, simple_mem2);
struct gran_root *root = create_root();
root_add_clock(root, clk);