-
Notifications
You must be signed in to change notification settings - Fork 2
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 #58 from slaclab/pre-release
Release Candidate v5.11.0
- Loading branch information
Showing
13 changed files
with
111 additions
and
176 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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
|
||
python setup.py install | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
############################################################################## | ||
## This file is part of LCLS2 PGP Firmware Library'. | ||
## It is subject to the license terms in the LICENSE.txt file found in the | ||
## top-level directory of this distribution and at: | ||
## https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. | ||
## No part of LCLS2 PGP Firmware Library', including this file, | ||
## may be copied, modified, propagated, or distributed except according to | ||
## It is subject to the license terms in the LICENSE.txt file found in the | ||
## top-level directory of this distribution and at: | ||
## https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. | ||
## No part of LCLS2 PGP Firmware Library', including this file, | ||
## may be copied, modified, propagated, or distributed except according to | ||
## the terms contained in the LICENSE.txt file. | ||
############################################################################## | ||
|
||
create_generated_clock -name pgp2bPhyRxClk0 [get_pins -hier -filter {name =~ */GEN_LANE[0].GEN_PGP2b.U_Lane/*/RXOUTCLK}] | ||
create_generated_clock -name pgp2bPhyTxClk0 [get_pins -hier -filter {name =~ */GEN_LANE[0].GEN_PGP2b.U_Lane/*/TXOUTCLK}] | ||
create_generated_clock -name pgp2bPhyRxClk0 [get_pins -hier -filter {name =~ */GEN_LANE[0].GEN_PGP2b.U_Lane/*/RXOUTCLK}] | ||
create_generated_clock -name pgp2bPhyTxClk0 [get_pins -hier -filter {name =~ */GEN_LANE[0].GEN_PGP2b.U_Lane/*/TXOUTCLK}] | ||
|
||
create_generated_clock -name pgp2bPhyRxClk1 [get_pins -hier -filter {name =~ */GEN_LANE[1].GEN_PGP2b.U_Lane/*/RXOUTCLK}] | ||
create_generated_clock -name pgp2bPhyTxClk1 [get_pins -hier -filter {name =~ */GEN_LANE[1].GEN_PGP2b.U_Lane/*/TXOUTCLK}] | ||
create_generated_clock -name pgp2bPhyRxClk1 [get_pins -hier -filter {name =~ */GEN_LANE[1].GEN_PGP2b.U_Lane/*/RXOUTCLK}] | ||
create_generated_clock -name pgp2bPhyTxClk1 [get_pins -hier -filter {name =~ */GEN_LANE[1].GEN_PGP2b.U_Lane/*/TXOUTCLK}] | ||
|
||
create_generated_clock -name pgp2bPhyRxClk2 [get_pins -hier -filter {name =~ */GEN_LANE[2].GEN_PGP2b.U_Lane/*/RXOUTCLK}] | ||
create_generated_clock -name pgp2bPhyTxClk2 [get_pins -hier -filter {name =~ */GEN_LANE[2].GEN_PGP2b.U_Lane/*/TXOUTCLK}] | ||
create_generated_clock -name pgp2bPhyRxClk2 [get_pins -hier -filter {name =~ */GEN_LANE[2].GEN_PGP2b.U_Lane/*/RXOUTCLK}] | ||
create_generated_clock -name pgp2bPhyTxClk2 [get_pins -hier -filter {name =~ */GEN_LANE[2].GEN_PGP2b.U_Lane/*/TXOUTCLK}] | ||
|
||
create_generated_clock -name pgp2bPhyRxClk3 [get_pins -hier -filter {name =~ */GEN_LANE[3].GEN_PGP2b.U_Lane/*/RXOUTCLK}] | ||
create_generated_clock -name pgp2bPhyTxClk3 [get_pins -hier -filter {name =~ */GEN_LANE[3].GEN_PGP2b.U_Lane/*/TXOUTCLK}] | ||
create_generated_clock -name pgp2bPhyRxClk3 [get_pins -hier -filter {name =~ */GEN_LANE[3].GEN_PGP2b.U_Lane/*/RXOUTCLK}] | ||
create_generated_clock -name pgp2bPhyTxClk3 [get_pins -hier -filter {name =~ */GEN_LANE[3].GEN_PGP2b.U_Lane/*/TXOUTCLK}] | ||
|
||
set_clock_groups -asynchronous \ | ||
-group [get_clocks -include_generated_clocks {pgp2bPhyRxClk0}] \ | ||
-group [get_clocks -include_generated_clocks {pgp2bPhyTxClk0}] | ||
-group [get_clocks -include_generated_clocks {pgp2bPhyTxClk0}] | ||
|
||
|
||
set_clock_groups -asynchronous \ | ||
-group [get_clocks -include_generated_clocks {pgp2bPhyRxClk1}] \ | ||
-group [get_clocks -include_generated_clocks {pgp2bPhyTxClk1}] | ||
-group [get_clocks -include_generated_clocks {pgp2bPhyTxClk1}] | ||
|
||
set_clock_groups -asynchronous \ | ||
-group [get_clocks -include_generated_clocks {pgp2bPhyRxClk2}] \ | ||
-group [get_clocks -include_generated_clocks {pgp2bPhyTxClk2}] | ||
-group [get_clocks -include_generated_clocks {pgp2bPhyTxClk2}] | ||
|
||
set_clock_groups -asynchronous \ | ||
-group [get_clocks -include_generated_clocks {pgp2bPhyRxClk3}] \ | ||
-group [get_clocks -include_generated_clocks {pgp2bPhyTxClk3}] | ||
-group [get_clocks -include_generated_clocks {pgp2bPhyTxClk3}] | ||
|
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.