Übungen der VHDL-Einführung
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112 |
-
- vhdl_srcs = ../scripts/test_utility.vhd \
- squareRoot_pipe.vhd \
- fft_magnitude_calc.vhd \
- test_fsm.vhd \
-
- main = tb_fft_magnitude_calc
-
- CHECK_RESULTS = true
-
- include ../scripts/vhdl.mk
|