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

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