diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-10 21:37:15 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-10 21:37:15 +0300 |
| commit | 82c77b22605d691884be4c4e1e6bae8d66598d02 (patch) | |
| tree | 040a9e97c12abc14b2ecda6bd16662b6908c083e /tests/simple_mesh1d/sim.c | |
| parent | 489beadf61d05f40dd4ac40e4e5290502f7ad078 (diff) | |
| download | gran-82c77b22605d691884be4c4e1e6bae8d66598d02.tar.gz gran-82c77b22605d691884be4c4e1e6bae8d66598d02.zip | |
make tests actually useful
+ Apparently quite a few components are currently broken, didn't
even remember
Diffstat (limited to 'tests/simple_mesh1d/sim.c')
| -rw-r--r-- | tests/simple_mesh1d/sim.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/simple_mesh1d/sim.c b/tests/simple_mesh1d/sim.c index 7479a27..48197a1 100644 --- a/tests/simple_mesh1d/sim.c +++ b/tests/simple_mesh1d/sim.c @@ -22,8 +22,8 @@ static stat build_node1d(struct clock_domain *clk, uint16_t x, uint16_t y) for (int j = 0; j < y; ++j) { struct component *imem = create_simple_mem(4096); init_simple_mem(imem, 0, - build_tests_simple_mesh1d_test_bin_len, - build_tests_simple_mesh1d_test_bin); + build_tests_simple_mesh1d_test_inc_bin_len, + build_tests_simple_mesh1d_test_inc_bin); uint64_t rcv = mesh1d_addr(i, j, 0); struct component *rv64 = create_simple_riscv64(rcv, 0, |
