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