blob: 6f72060d481d59ef7f6606051cdf8fce35cdc222 (
plain) (
blame)
1
2
3
4
5
6
7
8
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 */
|