diff options
Diffstat (limited to 'tests/simple_ideal_alloc/testbench.h')
| -rw-r--r-- | tests/simple_ideal_alloc/testbench.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/simple_ideal_alloc/testbench.h b/tests/simple_ideal_alloc/testbench.h new file mode 100644 index 0000000..6f72060 --- /dev/null +++ b/tests/simple_ideal_alloc/testbench.h @@ -0,0 +1,9 @@ +#ifndef GRAN_IDEAL_ALLOC_TESTBENCH_H +#define GRAN_IDEAL_ALLOC_TESTBENCH_H + +#include <gran/component.h> + +struct component *create_testbench(); +stat testbench_connect(struct component *tb, struct component *dut); + +#endif /* GRAN_IDEAL_ALLOC_TESTBENCH_H */ |
