diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-29 22:46:15 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-29 22:46:15 +0300 |
| commit | d53ca78497316436c89f8f277da1b2664f404281 (patch) | |
| tree | d133fcd950639a78d522cc62636a2305580c3122 /tests/simple_mem/many.c | |
| parent | da2c88e13f1ef6576a5afa1b671f75973435caf3 (diff) | |
| download | gran-d53ca78497316436c89f8f277da1b2664f404281.tar.gz gran-d53ca78497316436c89f8f277da1b2664f404281.zip | |
fix mem tests
Diffstat (limited to 'tests/simple_mem/many.c')
| -rw-r--r-- | tests/simple_mem/many.c | 2 |
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); |
