Ü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.

Makefile 215B

123456789101112
  1. vhdl_srcs = ../scripts/test_utility.vhd \
  2. squareRoot_pipe.vhd \
  3. fft_magnitude_calc.vhd \
  4. test_fsm.vhd \
  5. main = tb_fft_magnitude_calc
  6. CHECK_RESULTS = true
  7. include ../scripts/vhdl.mk