FIX: fixed Makefile for ML505 Board
This commit is contained in:
parent
86df98dc86
commit
0be13ee269
8
Makefile
8
Makefile
@ -1,6 +1,6 @@
|
|||||||
include .config
|
include .config
|
||||||
#location of Makefiles
|
#location of Makefiles
|
||||||
MAKEFILES_PATH=/home/dmeyer/Programmieren/Make/Makefiles/
|
MAKEFILES_PATH=/home/dmeyer/Programmieren/Makefiles/
|
||||||
|
|
||||||
#which FPGA are we synthesizing for ?
|
#which FPGA are we synthesizing for ?
|
||||||
FPGA=xc5vlx110t-3-ff1136
|
FPGA=xc5vlx110t-3-ff1136
|
||||||
@ -12,7 +12,7 @@ SD= NGC/
|
|||||||
|
|
||||||
#which is the TOP Module of the project ?
|
#which is the TOP Module of the project ?
|
||||||
TOP=SOC
|
TOP=SOC
|
||||||
UCF=UCF/xc5vlx110t-3-ff1136.ucf
|
UCF=UCF/ML505.ucf
|
||||||
|
|
||||||
#is this a partial reconfiguration project
|
#is this a partial reconfiguration project
|
||||||
RECONFIGURATION=0
|
RECONFIGURATION=0
|
||||||
@ -23,12 +23,12 @@ FLAGS = -O0 -rangecheck -check_synthesis +acc=full
|
|||||||
#xilinx license server
|
#xilinx license server
|
||||||
XILINX_LICENSE=2100@192.168.1.5
|
XILINX_LICENSE=2100@192.168.1.5
|
||||||
#path to Xilinx tools
|
#path to Xilinx tools
|
||||||
XILINX_PATH=/home/Xilinx/14.1/ISE_DS/ISE/bin/lin64/
|
XILINX_PATH=/opt/tools/Xilinx/14.1/ISE_DS/ISE/bin/lin64/
|
||||||
|
|
||||||
#modelsim license server
|
#modelsim license server
|
||||||
MODELSIM_LICENSE=1718@192.168.1.5
|
MODELSIM_LICENSE=1718@192.168.1.5
|
||||||
#path to modelsim tools
|
#path to modelsim tools
|
||||||
MODELSIM_PATH=/home/modeltech/modelsim/linux_x86_64
|
MODELSIM_PATH=/opt/tools/Modelsim/modeltech/linux_x86_64
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
VHDL_PKG += src/cpupkg.vhd
|
VHDL_PKG += src/cpupkg.vhd
|
||||||
VHDL_TB += src/TBRechner.vhd
|
VHDL_TB += src/TBRechner.vhd
|
||||||
VHDL_SRC += src/RegFile.vhd src/CPU.vhd src/MemInterface.vhd src/antibeat_device.vhd src/FetchDecode.vhd src/ALU.vhd src/RAM.vhd
|
VHDL_SRC += src/RegFile.vhd src/CPU.vhd src/MemInterface.vhd src/FetchDecode.vhd src/ALU.vhd src/RAM.vhd
|
||||||
VHDL_SRC += src/SOC.vhd src/Steuerwerk.vhd src/MemGuard.vhd src/MMIO_Uart.vhd src/clkDivider.vhd src/ClkEnable.vhd src/MemoryMapper.vhd
|
VHDL_SRC += src/SOC.vhd src/ControlUnit.vhd src/MMIO_Uart.vhd src/clkDivider.vhd src/ClkEnable.vhd src/MemoryMapper.vhd
|
||||||
|
@ -1 +1 @@
|
|||||||
Modules += src/UART
|
Modules += src/Modules/SimpleFifo src/Modules/UART
|
||||||
|
Loading…
Reference in New Issue
Block a user