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

1234567891011
  1. vhdl_srcs = ../scripts/test_utility.vhd \
  2. alu.vhd \
  3. test_alu.vhd \
  4. main = test_alu
  5. CHECK_RESULTS = true
  6. include ../scripts/vhdl.mk