- removed old wave select

git-svn-id: http://moon:8086/svn/vhdl/trunk@1559 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-28 17:38:25 +00:00
parent d0677069e1
commit 0f7a8fb950
32 changed files with 4 additions and 39 deletions
-1
View File
@@ -10,7 +10,6 @@ SRCS += $(LIB_PATH)/FIFO/src/tb_fifo_async.vhd
# Compile
TARGET := tb_fifo_async
ENTITY := tb_fifo_async
WITH_VCD := y
RUN_TIME := 5us
include $(VHDL_HOME)/make/ghdl.mk
-1
View File
@@ -10,7 +10,6 @@ SRCS += $(LIB_PATH)/FIFO/src/tb_fifo_sync.vhd
# Compile
TARGET := tb_fifo_sync
ENTITY := tb_fifo_sync
WITH_VCD := y
RUN_TIME := 5us
include $(VHDL_HOME)/make/ghdl.mk
-1
View File
@@ -7,7 +7,6 @@ SRCS += $(LIB_PATH)/FIFO/src/tb_gray_counter.vhd
# Compile
TARGET := tb_gray_counter
ENTITY := tb_gray_counter
WITH_VCD := y
RUN_TIME := 1us
include $(VHDL_HOME)/make/ghdl.mk