Ü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 216B

123456789101112
  1. vhdl_srcs = down_counter_int.vhd \
  2. ../scripts/test_utility.vhd \
  3. top_entity.vhd \
  4. test_top_entity.vhd \
  5. main = test_top_entity
  6. CHECK_RESULTS = true
  7. include ../scripts/vhdl.mk