FIX: fixed Makefile for ML505 Board

This commit is contained in:
Dominik Meyer 2014-01-07 21:33:36 +01:00
parent 86df98dc86
commit 0be13ee269
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
include .config
#location of Makefiles
MAKEFILES_PATH=/home/dmeyer/Programmieren/Make/Makefiles/
MAKEFILES_PATH=/home/dmeyer/Programmieren/Makefiles/
#which FPGA are we synthesizing for ?
FPGA=xc5vlx110t-3-ff1136
@ -12,7 +12,7 @@ SD= NGC/
#which is the TOP Module of the project ?
TOP=SOC
UCF=UCF/xc5vlx110t-3-ff1136.ucf
UCF=UCF/ML505.ucf
#is this a partial reconfiguration project
RECONFIGURATION=0
@ -23,12 +23,12 @@ FLAGS = -O0 -rangecheck -check_synthesis +acc=full
#xilinx license server
XILINX_LICENSE=2100@192.168.1.5
#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=1718@192.168.1.5
#path to modelsim tools
MODELSIM_PATH=/home/modeltech/modelsim/linux_x86_64
MODELSIM_PATH=/opt/tools/Modelsim/modeltech/linux_x86_64

View File

@ -1,4 +1,4 @@
VHDL_PKG += src/cpupkg.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/SOC.vhd src/Steuerwerk.vhd src/MemGuard.vhd src/MMIO_Uart.vhd src/clkDivider.vhd src/ClkEnable.vhd src/MemoryMapper.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/ControlUnit.vhd src/MMIO_Uart.vhd src/clkDivider.vhd src/ClkEnable.vhd src/MemoryMapper.vhd

View File

@ -1 +1 @@
Modules += src/UART
Modules += src/Modules/SimpleFifo src/Modules/UART