Skip to content

Commit

Permalink
Merge pull request #1131 from slaclab/Pgp2bAxi-cpsw-udpate
Browse files Browse the repository at this point in the history
CPSW YAML Update
  • Loading branch information
ruck314 authored Jan 10, 2024
2 parents 598692e + 6601d8e commit eb79be8
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 20 deletions.
27 changes: 27 additions & 0 deletions yaml/Pgp2bAxi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,33 @@ Pgp2bAxi: &Pgp2bAxi
mode: RW
description: "Auto Status Send Enable (PPI)"
#########################################################
TxDiffCtrl:
at:
offset: 0x1C
class: IntField
sizeBits: 5
lsBit: 0
mode: RW
description: "GT Tx Diff Voltage Control"
#########################################################
TxPreCursor:
at:
offset: 0x1C
class: IntField
sizeBits: 5
lsBit: 5
mode: RW
description: "GT Tx Pre Cursor Control"
#########################################################
TxPostCursor:
at:
offset: 0x1D
class: IntField
sizeBits: 5
lsBit: 2
mode: RW
description: "GT Tx Pre Cursor Control"
#########################################################
RxPhyReady:
at:
offset: 0x20
Expand Down
40 changes: 20 additions & 20 deletions yaml/SsiPrbsRx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ SsiPrbsRx: &SsiPrbsRx
mode: RO
description: Number of word errors
#########################################################
BitStrbErrCnt:
at:
offset: 0x14
class: IntField
name: BitStrbErrCnt
mode: RO
description: Number of bit errors
# BitStrbErrCnt:
# at:
# offset: 0x14
# class: IntField
# name: BitStrbErrCnt
# mode: RO
# description: Number of bit errors
#########################################################
RxFifoOverflowCnt:
at:
Expand Down Expand Up @@ -107,55 +107,55 @@ SsiPrbsRx: &SsiPrbsRx
#########################################################
Status:
at:
offset: 0x1C0
offset: 0x70
class: IntField
name: Status
mode: RO
description: ''
#########################################################
PacketLength:
at:
offset: 0x1C4
offset: 0x74
class: IntField
name: PacketLength
mode: RO
description: ''
#########################################################
PacketRate:
at:
offset: 0x1C8
offset: 0x78
class: IntField
name: PacketRate
mode: RO
description: ''
#########################################################
BitErrCnt:
at:
offset: 0x1CC
class: IntField
name: BitErrCnt
mode: RO
description: ''
# BitErrCnt:
# at:
# offset: 0x1CC
# class: IntField
# name: BitErrCnt
# mode: RO
# description: ''
#########################################################
WordErrCnt:
at:
offset: 0x1D0
offset: 0x80
class: IntField
name: WordErrCnt
mode: RO
description: ''
#########################################################
RolloverEnable:
at:
offset: 0x3C0
offset: 0xF0
class: IntField
name: RolloverEnable
mode: RW
description: ''
#########################################################
CntRst:
at:
offset: 0x3FC
offset: 0xFC
class: IntField
name: CntRst
sizeBits: 1
Expand Down

0 comments on commit eb79be8

Please sign in to comment.