17 lines
256 B
Makefile
17 lines
256 B
Makefile
|
|
vhdl_srcs = test/float_add.vhd \
|
|
fsm_add.vhd \
|
|
test/float.vhd \
|
|
test/test_utility.vhd \
|
|
test/sine.vhd \
|
|
test/cosine.vhd \
|
|
test/sine_cosine.vhd \
|
|
test/tb_fsm_add.vhd \
|
|
|
|
main = tb_fsm_add
|
|
|
|
CHECK_RESULTS = true
|
|
|
|
include scripts/vhdl.mk
|
|
|