12 lines
164 B
Makefile
12 lines
164 B
Makefile
|
|
vhdl_srcs = Add_DataTypes.vhd \
|
|
test/test_utility.vhd \
|
|
test/tb_Add_DataTypes.vhd \
|
|
|
|
main = tb_Add_DataTypes
|
|
|
|
CHECK_RESULTS = true
|
|
|
|
include scripts/vhdl.mk
|
|
|