Skip to content

Commit

Permalink
Remove variables from configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bengineerd committed Aug 26, 2024
1 parent a3f26a3 commit e6cfae8
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 e6cfae8

Please sign in to comment.