Files
vhdl/lib/FIFO/ghdl/tb_gray_counter.make
T
2022-09-08 09:08:48 +02:00

14 lines
287 B
Makefile

include $(VHDL_HOME)/defs.mk
SRCS += $(LIB_PATH)/FIFO/src/fifo_ctrl_pkg.vhd
SRCS += $(LIB_PATH)/FIFO/src/gray_counter.vhd
SRCS += $(LIB_PATH)/FIFO/src/tb_gray_counter.vhd
# Compile
TARGET := tb_gray_counter
ENTITY := tb_gray_counter
RUN_TIME := 1us
include $(VHDL_MAKE_HOME)/ghdl.mk