12 lines
174 B
Makefile
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
|
|
|