aboutsummaryrefslogtreecommitdiff
path: root/tests/wasm_compile_simple_module/Makefile
blob: 1efd03a4da1bffaf46289a70f222d5ef50b472e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DEPENDS = instructions.mem words_to_verify.mem

DEPENDS += slave.v

DEPENDS += master_arbiter.v wrapped_stack_machine.v interface_wrapper.v \
	stack_machine.v div.v

DEPENDS += messages.vh

IVFLAGS = \
	-DINSTRUCTIONS_COUNT=$(call FILE_LINES,instructions.mem) \
	-DWORDS_TO_VERIFY_COUNT=$(call FILE_LINES,words_to_verify.mem)

TOP = wasm_compile_test

include ../../Makefile.test