Skip to content

Commit

Permalink
adding frameCnt register to _SsiPrbsRx.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Apr 26, 2024
1 parent 9a06f76 commit 3fdba6e
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 @@ -195,6 +195,15 @@ def __init__(self,
pollInterval = 1,
))

self.add(pr.RemoteVariable(
name = "FrameCnt",
description = "",
offset = 0x84,
bitSize = 32,
mode = "RO",
pollInterval = 1,
))

self.add(pr.RemoteVariable(
name = "RolloverEnable",
description = "",
Expand Down

0 comments on commit 3fdba6e

Please sign in to comment.