Skip to content

Commit

Permalink
Merge branch 'axi-version-noconfig' into warm-tdm-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bengineerd committed Aug 26, 2024
2 parents 9a2f62a + 853d681 commit fd65a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/surf/axi/_AxiVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def parseUpTime(var,read):
self.add(pr.RemoteVariable(
name = 'FpgaReloadHalt',
description = 'Used to halt automatic reloads via AxiVersion',
groups = ['NoConfig']
groups = ['NoConfig'],
offset = 0x100,
bitSize = 1,
bitOffset = 0x00,
Expand Down

0 comments on commit fd65a79

Please sign in to comment.