forked from PandABlocks/PandABlocks-FPGA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONFIG.example
32 lines (24 loc) · 982 Bytes
/
CONFIG.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Example configuration file for building PandA firmware, and for simulation
#
# Copy this file to a file named CONFIG and edit as appropriate. Lines that are
# commented out can be left as they are, the default value is show. Uncommented
# lines must be assigned values.
# Default build location. Default is to build in build subdirectory.
# BUILD_DIR = $(TOP)/build
# Definitions needed for FPGA build
VIVADO = /dls_sw/FPGA/Xilinx/Vivado/2015.2/settings64.sh
ISE = /dls_sw/FPGA/Xilinx/14.7/ISE_DS/settings64.sh
LM_LICENSE_FILE = 2100@diamcslicserv01.dc.diamond.ac.uk
# Path to root filesystem
PANDA_ROOTFS = /home/mga83/targetOS/PandABlocks-rootfs
# MAKE_ZPKG = $(PANDA_ROOTFS)/make-zpkg
# Python interpreter for running scripts
#
# PYTHON = python2
# Sphinx build for documentation.
# SPHINX_BUILD = sphinx-build
# List of default targets to build when running make
# DEFAULT_TARGETS = zpkg
# FPGA Application Name
APP_NAME = PandABox-no-fmc
# vim: set filetype=make: