Skip to content

Commit

Permalink
Chnaged lane num to 8 (DAC has upto 8). Added laneEnable register
Browse files Browse the repository at this point in the history
  • Loading branch information
dawoodalnajjar committed Apr 24, 2024
1 parent 6995288 commit acfc6ed
Showing 1 changed file with 9 additions and 1 deletion.
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

0 comments on commit acfc6ed

Please sign in to comment.