diff options
Diffstat (limited to 'tests/master_arbiter/Makefile')
-rw-r--r-- | tests/master_arbiter/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/master_arbiter/Makefile b/tests/master_arbiter/Makefile new file mode 100644 index 0000000..2c611d7 --- /dev/null +++ b/tests/master_arbiter/Makefile @@ -0,0 +1,10 @@ +DEPENDS = operations0.mem operations1.mem slave.v master.v master_arbiter.v \ + messages.vh + +IVFLAGS = \ + -DMASTER0_OPERATIONS_COUNT=$(call FILE_LINES,operations0.mem) \ + -DMASTER1_OPERATIONS_COUNT=$(call FILE_LINES,operations1.mem) + +TOP = master_arbiter_test + +include ../../Makefile.test |