Skip to content

Commit

Permalink
Remove unnecessary things from polling
Browse files Browse the repository at this point in the history
  • Loading branch information
bengineerd committed Oct 28, 2024
1 parent fa0bbbd commit a835d77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion python/surf/protocols/pgp/_Pgp2fcAxi.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def __init__(self,
mode = "RO",
base = pr.UInt,
description = "",
pollInterval = 1,
))

countVars = [
Expand Down
2 changes: 0 additions & 2 deletions python/surf/xilinx/_GtRxAlignCheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def __init__( self,
bitSize = 7,
bitOffset = 0,
mode = "RO",
pollInterval = 1,
))

self.add(pr.RemoteVariable(
Expand Down Expand Up @@ -167,7 +166,6 @@ def __init__( self,
valueStride = 8,
numValues = 40,
mode = "RO",
pollInterval = 1,
hidden = False,
))

Expand Down

0 comments on commit a835d77

Please sign in to comment.