-
Notifications
You must be signed in to change notification settings - Fork 17
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 #33 from PandABlocks/target
numerous changes and restructuring for target independent build
- Loading branch information
Showing
202 changed files
with
5,078 additions
and
2,599 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 |
---|---|---|
|
@@ -7,10 +7,20 @@ | |
# Default build location. Default is to build in build subdirectory. | ||
# BUILD_DIR = $(TOP)/build | ||
|
||
# Development Tool Version | ||
# VIVADO_VER = 2020.2 | ||
|
||
# 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 = [email protected] | ||
export VIVADO = /dls_sw/FPGA/Xilinx/Vivado/$(VIVADO_VER)/settings64.sh | ||
export ISE = /dls_sw/FPGA/Xilinx/14.7/ISE_DS/settings64.sh | ||
export LM_LICENSE_FILE = [email protected] | ||
|
||
# Location of rootfs builder. This needs to be at least version 1.13 and can be | ||
# downloaded from https://github.com/araneidae/rootfs | ||
export ROOTFS_TOP = /dls_sw/prod/targetOS/rootfs/1.13 | ||
|
||
# Where to find source files | ||
export TAR_FILES = /dls_sw/prod/targetOS/tar-files | ||
|
||
# Path to root filesystem | ||
PANDA_ROOTFS = /home/mga83/targetOS/PandABlocks-rootfs | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ module: fmc_24vio | |
|
||
[SFP3_SYNC] | ||
module: sfp_panda_sync | ||
sfp_site : 3 | ||
site: sfp 3 |
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,4 +11,4 @@ module: fmc_acq427 | |
|
||
[SFP3_SYNC] | ||
module: sfp_panda_sync | ||
sfp_site : 3 | ||
site: sfp 3 |
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,5 +11,5 @@ module: fmc_acq430 | |
|
||
[SFP3_SYNC] | ||
module: sfp_panda_sync | ||
sfp_site : 3 | ||
site : sfp 3 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,6 @@ includes: common_soft_blocks.include.ini | |
|
||
[SFP2_UDPONTRIG] | ||
module: sfp_udpontrig | ||
sfp_site: 2 | ||
site: sfp 2 | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[.] | ||
description: Standard set of PandABox blocks with no SFP or FMC modules | ||
target: ZedBoard | ||
|
||
[BITS] | ||
number:1 | ||
|
||
[CLOCK] | ||
number:1 | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Oops, something went wrong.