13 lines
215 B
Makefile
Raw Normal View History

2024-10-15 08:26:22 +02:00
2024-11-05 23:57:43 +01:00
vhdl_srcs = ../scripts/test_utility.vhd \
squareRoot_pipe.vhd \
fft_magnitude_calc.vhd \
test_fsm.vhd \
2024-10-15 08:26:22 +02:00
2024-11-05 23:57:43 +01:00
main = tb_fft_magnitude_calc
2024-10-15 08:26:22 +02:00
CHECK_RESULTS = true
include ../scripts/vhdl.mk