From 0be13ee269c6495092b145d911ee7315fb9b91bb Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Tue, 7 Jan 2014 21:33:36 +0100 Subject: [PATCH] FIX: fixed Makefile for ML505 Board --- Makefile | 8 ++++---- Makefile.files | 4 ++-- Makefile.modules | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index f7a2a98..ab61c55 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/Makefile.files b/Makefile.files index fa1526d..58b6b74 100644 --- a/Makefile.files +++ b/Makefile.files @@ -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 diff --git a/Makefile.modules b/Makefile.modules index 277e489..a21252f 100644 --- a/Makefile.modules +++ b/Makefile.modules @@ -1 +1 @@ -Modules += src/UART +Modules += src/Modules/SimpleFifo src/Modules/UART