2024-10-15 08:26:22 +02:00

12 lines
174 B
Makefile

vhdl_srcs = down_counter_int.vhd \
top_entity.vhd \
test_top_entity.vhd \
main = test_top_entity
CHECK_RESULTS = true
include ../scripts/vhdl.mk