Skip to content

Commit

Permalink
Merge pull request #130 from slaclab/mishra_dev14
Browse files Browse the repository at this point in the history
Added datagpu_en bit
  • Loading branch information
ruck314 authored Jan 14, 2025
2 parents 901ee9d + 68ce199 commit 2e8e3d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions python/axipcie/_PcieAxiVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,12 @@ def __init__(self,
0x00_00_00_13: 'BittWareXupVv8Vu9p',
},
))

self.add(pr.RemoteVariable(
name = 'DataGpuEn',
offset = 0x400+(4*10),
bitSize = 1,
bitOffset = 0,
mode = 'RO',
base = pr.Bool,
))

0 comments on commit 2e8e3d9

Please sign in to comment.