12 lines
174 B
Makefile
Raw Normal View History

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