13 lines
216 B
Makefile
Raw Permalink Normal View History

2024-10-15 08:26:22 +02:00
vhdl_srcs = down_counter_int.vhd \
2024-10-22 21:22:06 +02:00
../scripts/test_utility.vhd \
2024-10-15 08:26:22 +02:00
top_entity.vhd \
test_top_entity.vhd \
main = test_top_entity
CHECK_RESULTS = true
include ../scripts/vhdl.mk