Skip to content

Commit

Permalink
bug fix to prevent locked up gtRxClk/gtRxRst
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jan 5, 2024
1 parent cddedd4 commit d95cd84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion firmware/python/cameralink_gateway/_ClinkDevRoot.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(self,
self.FebVersionLock = 0x08020000

# Set the FEB firmware Version lock = https://github.com/slaclab/lcls2-pgp-pcie-apps/blob/master/firmware/targets/shared_config.mk
self.PcieVersionLock = 0x03050000
self.PcieVersionLock = 0x03060000

# Set local variables
self.laneConfig = laneConfig
Expand Down
2 changes: 1 addition & 1 deletion firmware/submodules/lcls-timing-core

0 comments on commit d95cd84

Please sign in to comment.