Skip to content

Commit

Permalink
AxiStreamMonAxiL.yaml: Add Bandwidth registers
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusvasquez333 committed Jul 25, 2021
1 parent 7b7c759 commit b43a55c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions yaml/AxiStreamMonAxiL.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,36 @@ AxiStreamMonChannel: &AxiStreamMonChannel
pollSecs: 1.0
description: "Min Frame Rate"
########################################################
Bandwidth:
at:
offset: 0x18
class: IntField
sizeBits: 64
lsBit: 0
mode: RO
pollSecs: 1.0
description: "Current Bandwidth"
########################################################
BandwidthMax:
at:
offset: 0x20
class: IntField
sizeBits: 64
lsBit: 0
mode: RO
pollSecs: 1.0
description: "Max Bandwidth"
########################################################
BandwidthMin:
at:
offset: 0x28
class: IntField
sizeBits: 64
lsBit: 0
mode: RO
pollSecs: 1.0
description: "Min Bandwidth"
########################################################
FrameSize:
at:
offset: 0x30
Expand Down

0 comments on commit b43a55c

Please sign in to comment.