Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Apr 26, 2024
1 parent 6d97ff2 commit b965d64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions python/surf/protocols/ssi/_SsiPrbsRx.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,15 +220,6 @@ 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
9 changes: 0 additions & 9 deletions python/surf/protocols/ssi/_SsiPrbsTx.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,6 @@ def __init__(self, clock_freq=125e6, **kwargs):
mode = "RW",
))

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

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

0 comments on commit b965d64

Please sign in to comment.