-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from PandABlocks/encoder_tidy
Encoder tidy
- Loading branch information
Showing
5 changed files
with
52 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,19 +11,16 @@ | |
# ZPKG_DIR = $(TOP) | ||
|
||
# Definitions needed for FPGA build | ||
export ISE = /dls_sw/FPGA/Xilinx/14.7/ISE_DS/settings64.sh | ||
export LM_LICENSE_FILE = [email protected] | ||
export ISE = /opt/Xilinx/14.7/ISE_DS/settings64.sh | ||
export LM_LICENSE_FILE = | ||
|
||
# Path to root filesystem | ||
PANDA_ROOTFS = /home/mga83/targetOS/PandABlocks-rootfs | ||
PANDA_ROOTFS = /repos/PandABlocks-rootfs | ||
# MAKE_ZPKG = $(PANDA_ROOTFS)/make-zpkg | ||
|
||
# Python interpreter for running scripts | ||
# | ||
# PYTHON = python2 | ||
|
||
# Sphinx build for documentation. | ||
# SPHINX_BUILD = sphinx-build | ||
# PYTHON = python3 | ||
|
||
# List of default targets to build when running make | ||
# DEFAULT_TARGETS = zpkg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters