Skip to content

Commit

Permalink
Merge pull request #1186 from slaclab/axi-version-noconfig
Browse files Browse the repository at this point in the history
Add some AxiVersion Rogue Device Variables to NoConfig group
  • Loading branch information
ruck314 authored Sep 6, 2024
2 parents 7b4c2d9 + 853d681 commit 8cb0c9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/surf/axi/_AxiVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def parseUpTime(var,read):
self.add(pr.RemoteVariable(
name = 'FpgaReloadHalt',
description = 'Used to halt automatic reloads via AxiVersion',
groups = ['NoConfig'],
offset = 0x100,
bitSize = 1,
bitOffset = 0x00,
Expand Down Expand Up @@ -127,6 +128,7 @@ def FpgaReloadAtAddress(arg):
self.add(pr.RemoteVariable(
name = 'UserReset',
description = 'Optional User Reset',
groups = ['NoConfig'],
hidden = True,
offset = 0x10C,
bitSize = 1,
Expand Down

0 comments on commit 8cb0c9e

Please sign in to comment.