Skip to content

Commit

Permalink
updating version locks
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jan 14, 2025
1 parent d1cc90f commit 09ed57f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions firmware/python/cameralink_gateway/_ClinkDevRoot.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
import surf.protocols.clink as cl
import l2si_core as l2si

rogue.Version.minVersion('6.1.1')
# rogue.Version.exactVersion('5.1.0')
rogue.Version.minVersion('6.4.0')

class DummyBiDirStream(rogue.interfaces.stream.Master, rogue.interfaces.stream.Slave):

Expand Down Expand Up @@ -59,7 +58,7 @@ def __init__(self,
self.FebVersionLock = 0x08020000

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

# Set local variables
self.laneConfig = laneConfig
Expand Down

0 comments on commit 09ed57f

Please sign in to comment.