aboutsummaryrefslogtreecommitdiff
path: root/tests/simple_mem/no_bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_mem/no_bus.c')
-rw-r--r--tests/simple_mem/no_bus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/simple_mem/no_bus.c b/tests/simple_mem/no_bus.c
index 8c67e1e..f4622c8 100644
--- a/tests/simple_mem/no_bus.c
+++ b/tests/simple_mem/no_bus.c
@@ -17,6 +17,7 @@ int main()
struct clock_domain *clk = create_clock_domain(NS(1));
clock_domain_add(clk, traffic_gen);
+ clock_domain_add(clk, simple_mem);
struct gran_root *root = create_root();
root_add_clock(root, clk);