- refactored

git-svn-id: http://moon:8086/svn/vhdl/trunk@1555 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-28 14:56:00 +00:00
parent a8e4af4484
commit 3b9576c520
14 changed files with 93 additions and 23 deletions
@@ -0,0 +1,19 @@
# -----------------------------------------------------------
include $(VHDL_HOME)/make/defs.mk
# -----------------------------------------------------------
include vga_frontend_jb32.inc
# -----------------------------------------------------------
SRCS := $(VGA_FRONTEND_JB32_SRCS)
SRCS += ../src/tb_vga_frontend_jb32.vhd
# -----------------------------------------------------------
# Compile
TARGET := tb_vga_frontend_jb32
ENTITY := tb_vga_frontend_jb32
WITH_FST := y
RUN_TIME := 20ms
include $(VHDL_HOME)/make/ghdl.mk
# -----------------------------------------------------------