git-svn-id: http://moon:8086/svn/vhdl/trunk@1565 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-29 08:39:24 +00:00
parent 5dad6f21b4
commit 736cf3464d
2 changed files with 61 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ SRCS += ../src/tb_vga_ctrl.vhd
# Compile
TARGET := tb_vga_ctrl
ENTITY := tb_vga_ctrl
RUN_TIME := 1us
RUN_TIME := 2500us
include $(VHDL_HOME)/make/ghdl.mk
# -----------------------------------------------------------