Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Candidate v2.47.3 #1154

Merged
merged 18 commits into from
May 6, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion yaml/Dac38J84.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Dac38J84: &Dac38J84
class: MMIODev
configPrio: 1
metadata:
numTxLanes: &numTxLanes 2
numTxLanes: &numTxLanes 8
children:
#########################################################
DacReg:
Expand All @@ -29,6 +29,14 @@ Dac38J84: &Dac38J84
mode: RW
description: DAC Registers[125:0]
#########################################################
LaneEnable:
at:
offset: 0x129
class: IntField
sizeBits: 8
mode: RO
description: Lane Enable
#########################################################
LaneBufferDelay:
at:
offset: 0x01C
Expand Down
Loading