Skip to content

Commit

Permalink
adding PRBS_SEED_SIZE_G missing register
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Apr 26, 2024
1 parent 8458fdc commit 6d97ff2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions python/surf/protocols/ssi/_SsiPrbsRx.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,15 @@ def __init__(self,
mode = "RW",
))

self.add(pr.RemoteVariable(
name = "PRBS_SEED_SIZE_G",
description = "",
offset = 0xF8,
bitSize = 32,
mode = "RO",
hidden = True,
))

self.add(pr.RemoteCommand(
name = "CountReset",
description = "Status counter reset",
Expand Down

0 comments on commit 6d97ff2

Please sign in to comment.