-
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 #211 from PandABlocks/fmc-i2c
Fmc i2c
- Loading branch information
Showing
16 changed files
with
270 additions
and
14 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[.] | ||
description: | ||
Standard set of PandABox blocks with: | ||
- FMC x4SFP | ||
- PandA synchroniser on all MGTs | ||
target: xu5_st1 | ||
options: !pcap_std_dev | ||
includes: common_soft_blocks.include.ini | ||
|
||
[FMC_X4SFP] | ||
module: fmc_x4sfp | ||
|
||
[SFP1_SYNC] | ||
module: sfp_panda_sync | ||
ini: sfp_panda_sync_us.block.ini | ||
site: fmc_mgt 1 | ||
|
||
[SFP2_SYNC] | ||
module: sfp_panda_sync | ||
ini: sfp_panda_sync_us.block.ini | ||
site: fmc_mgt 2 | ||
|
||
[SFP3_SYNC] | ||
module: sfp_panda_sync | ||
ini: sfp_panda_sync_us.block.ini | ||
site: fmc_mgt 3 | ||
|
||
[SFP4_SYNC] | ||
module: sfp_panda_sync | ||
ini: sfp_panda_sync_us.block.ini | ||
site: fmc_mgt 4 | ||
|
||
|
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,6 @@ | ||
# ------------------------------------------------------------------- | ||
# FMC Clock Timing Constraints | ||
# ------------------------------------------------------------------- | ||
create_clock -period 6.400 [get_ports FMC_CLK0_M2C_P[0]] | ||
create_clock -period 6.400 [get_ports FMC_CLK1_M2C_P[0]] | ||
|
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,12 @@ | ||
# ------------------------------------------------------------------- | ||
# Define asynchronous clocks | ||
# ------------------------------------------------------------------- | ||
set_clock_groups -asynchronous -group FMC_CLK0_M2C_P[0] | ||
set_clock_groups -asynchronous -group FMC_CLK1_M2C_P[0] | ||
|
||
# ------------------------------------------------------------------- | ||
# Override Differential Pairs' IOSTANDARD | ||
# ------------------------------------------------------------------- | ||
set_property IOSTANDARD LVDS [get_ports FMC_CLK0_M2C_P[0]] | ||
set_property IOSTANDARD LVDS [get_ports FMC_CLK1_M2C_P[0]] | ||
|
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
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
Oops, something went wrong.