git-svn-id: http://moon:8086/svn/vhdl/trunk@1555 cc03376c-175c-47c8-b038-4cd826a8556b
20 lines
588 B
Makefile
20 lines
588 B
Makefile
# -----------------------------------------------------------
|
|
include $(VHDL_HOME)/make/defs.mk
|
|
# -----------------------------------------------------------
|
|
include vga_frontend_jb64.inc
|
|
|
|
# -----------------------------------------------------------
|
|
SRCS := $(VGA_FRONTEND_JB64_SRCS)
|
|
SRCS += ../src/tb_vga_frontend_jb64.vhd
|
|
|
|
# -----------------------------------------------------------
|
|
# Compile
|
|
TARGET := tb_vga_frontend_jb64
|
|
ENTITY := tb_vga_frontend_jb64
|
|
WITH_FST := y
|
|
RUN_TIME := 2ms
|
|
|
|
include $(VHDL_HOME)/make/ghdl.mk
|
|
# -----------------------------------------------------------
|
|
|