Skip to content

Commit

Permalink
removing cameralink_gateway/_Application.py and using lcls2-pgp-fw-li…
Browse files Browse the repository at this point in the history
…b/_Application.py instead
  • Loading branch information
ruck314 committed Nov 17, 2023
1 parent f776b63 commit fb5211f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 64 deletions.
58 changes: 0 additions & 58 deletions firmware/python/cameralink_gateway/_Application.py

This file was deleted.

3 changes: 1 addition & 2 deletions firmware/python/cameralink_gateway/_ClinkPcieFpga.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import pyrogue as pr

import axipcie as pcie
import cameralink_gateway as clDev
import lcls2_pgp_fw_lib.shared as shared

class ClinkPcieFpga(pr.Device):
Expand All @@ -33,7 +32,7 @@ def __init__(self,
))

# Application layer
self.add(clDev.Application(
self.add(shared.ApplicationLaneConfigDict(
offset = 0x00C0_0000,
laneConfig = laneConfig,
expand = True,
Expand Down
1 change: 0 additions & 1 deletion firmware/python/cameralink_gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
import os
sys.path.append(os.path.dirname(os.path.realpath(__file__)))

from cameralink_gateway._Application import *
from cameralink_gateway._ClinkPcieFpga import *
from cameralink_gateway._ClinkDevRoot import *
2 changes: 1 addition & 1 deletion firmware/submodules/lcls2-pgp-fw-lib
3 changes: 1 addition & 2 deletions software/setup_env_slac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ source /afs/slac.stanford.edu/g/reseng/vol31/anaconda/anaconda3/etc/profile.d/co
##################################
# Activate Rogue conda Environment
##################################
conda activate rogue_v5.10.0
#conda activate rogue_v5.18.4
conda activate rogue_v5.18.4

0 comments on commit fb5211f

Please sign in to comment.