git-svn-id: http://moon:8086/svn/vhdl/trunk@1555 cc03376c-175c-47c8-b038-4cd826a8556b
20 lines
589 B
Makefile
20 lines
589 B
Makefile
# -----------------------------------------------------------
|
|
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
|
|
# -----------------------------------------------------------
|
|
|