Reafctored defs.mk
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
LIB_PATH := $(VHDL_HOME)/lib
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
LIB_PATH := $(VHDL_HOME)/lib
|
||||
VHDL_MAKE_HOME := $(VHDL_HOME)/Common/make
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
TOOL_PATH := $(VHDL_HOME)/tools/jcpu
|
||||
|
||||
.PHONY: install uninstall
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include jcpu_core.inc
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := JCPU_CORE
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include jcpu_core.inc
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include jcpu_core.inc
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include jcpu_core.inc
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_HOME)/lib/uart/ghdl/uart_sim.inc
|
||||
include jcpu_core.inc
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_sync.inc
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_async.inc
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include mips_core.inc
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := FIFO_ASYNC
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := FIFO_SYNC
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include fifo_async.inc
|
||||
|
||||
ROOT_PATH := ../../..
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include fifo_sync.inc
|
||||
|
||||
ROOT_PATH := ../../..
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
|
||||
SRCS += $(LIB_PATH)/FIFO/src/fifo_ctrl_pkg.vhd
|
||||
SRCS += $(LIB_PATH)/FIFO/src/gray_counter.vhd
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
|
||||
SRCS += $(LIB_PATH)/FIFO/src/reg_stage.vhd
|
||||
SRCS += $(LIB_PATH)/FIFO/src/tb_reg_stage.vhd
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_async.inc
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := BUSMASTER_ASYNC
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_sync.inc
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := BUSMASTER_SYNC
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include $(LIB_PATH)/JBUS/busmaster/ghdl/busmaster_async.inc
|
||||
|
||||
SRCS += $(BUSMASTER_ASYNC_SRCS)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include $(LIB_PATH)/JBUS/busmaster/ghdl/busmaster_sync.inc
|
||||
|
||||
SRCS += $(BUSMASTER_SYNC_SRCS)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_sync.inc
|
||||
|
||||
MOD_PATH := $(LIB_PATH)/JBUS
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
|
||||
MOD_PATH := $(LIB_PATH)/JBUS/memory
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
|
||||
MOD_PATH := $(LIB_PATH)/JBUS/memory
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_sync.inc
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_async.inc
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_sync.inc
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_async.inc
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include vga_frontend_jb32.inc
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include vga_frontend_jb64.inc
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := VGA_BACKEND
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include vga_backend.inc
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_async.inc
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include $(LIB_PATH)/VGA_ctrl/ghdl/vga_backend.inc
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_sync.inc
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_async.inc
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include $(LIB_PATH)/emac/ghdl/emac_tx.inc
|
||||
include $(LIB_PATH)/emac/ghdl/emac_rx.inc
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_async.inc
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_sync.inc
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_async.inc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include emac_jbus.inc
|
||||
|
||||
SRCS := $(EMAC_JBUS_SRCS)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := FIR_ITERATIVE
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := FIR_PARALLEL
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := FIR_SEMI_PARALLEL
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include fir_iterative.inc
|
||||
|
||||
ROOT_PATH := ../../..
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include fir_parallel.inc
|
||||
|
||||
ROOT_PATH := ../../..
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include fir_semi_parallel.inc
|
||||
|
||||
ROOT_PATH := ../../..
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
|
||||
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993.vhd
|
||||
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
|
||||
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993.vhd
|
||||
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
|
||||
MOD_PATH := $(VHDL_HOME)/lib/ps2_port
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := CORDIC_ITERATIVE
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := CORDIC_PIPE
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include cordic_iterative.inc
|
||||
|
||||
# -------------------------------------------------
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include cordic_pipe.inc
|
||||
|
||||
# -------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_sync.inc
|
||||
include $(LIB_PATH)/filter/ghdl/fir_semi_parallel.inc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_sync.inc
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_async.inc
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := CIC_DECIM_PIPE
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include cic_decim_pipe.inc
|
||||
|
||||
SRCS += $(CIC_DECIM_PIPE_SRCS)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include $(LIB_PATH)/radio/cordic/ghdl/cordic_pipe.inc
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := MIX_CORDIC_PIPE
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := NCO_LUT
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include $(LIB_PATH)/radio/nco/ghdl/mix_cordic_pipe.inc
|
||||
|
||||
# -------------------------------------------------
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include $(LIB_PATH)/radio/nco/ghdl/mix_cordic_pipe.inc
|
||||
|
||||
# -------------------------------------------------
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
include $(LIB_PATH)/radio/nco/ghdl/nco_lut.inc
|
||||
|
||||
# -------------------------------------------------
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_HOME)/lib/uart/ghdl/uart_generic.inc
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_HOME)/lib/uart/ghdl/uart_sim.inc
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := UART_GENERIC
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_MAKE_HOME)/defs.mk
|
||||
include $(VHDL_HOME)/defs.mk
|
||||
# -----------------------------------------------------------
|
||||
PKG_NAME := UART_SIM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user