File tree 2 files changed +47
-7
lines changed
2 files changed +47
-7
lines changed Original file line number Diff line number Diff line change @@ -122,19 +122,22 @@ base address to the registers relative address.
122
122
- 0x0000
123
123
- BASE
124
124
- See the `Base <#hdl-regmap-COMMON >`__ table for more details.
125
- * - 0x0000
126
- - 0x0000
127
- - RX COMMON
125
+ * - 0x0010
126
+ - 0x0040
127
+ - ADC COMMON
128
128
- See the `ADC Common <#hdl-regmap-ADC_COMMON >`__ table for more details.
129
- * - 0x0000
130
- - 0x0000
131
- - RX CHANNELS
129
+ * - 0x0100
130
+ - 0x0400
131
+ - ADC CHANNELS
132
132
- See the `ADC Channel <#hdl-regmap-ADC_CHANNEL >`__ table for more details.
133
- * - 0x0000
133
+ * - 0x0200
134
134
- 0x0800
135
135
- IO_DELAY_CNTRL
136
136
- See the `I/O Delay Control <#hdl-regmap-IO_DELAY_CNTRL >`__ table for more details.
137
137
138
+ .. hdl-regmap ::
139
+ :name: AXI_ADA4355
140
+
138
141
.. hdl-regmap ::
139
142
:name: COMMON
140
143
:no-type-info:
Original file line number Diff line number Diff line change
1
+ TITLE
2
+ AXI_ADA4355 (axi_ada4355_adc)
3
+ AXI_ADA4355
4
+ ENDTITLE
5
+
6
+ ############################################################################################
7
+ ############################################################################################
8
+
9
+ REG
10
+ 0x0032
11
+ ENABLE_ERROR
12
+ ENABLE ERROR MASK
13
+ ENDREG
14
+
15
+ FIELD
16
+ [2] 0x00000000
17
+ ENABLE_FRAME_ERROR
18
+ RW
19
+ If set, enable frame error
20
+ ENDFIELD
21
+
22
+ FIELD
23
+ [1] 0x00000000
24
+ ENABLE_LANE_1_ERROR
25
+ RW
26
+ If set, enable lane 1 error
27
+ ENDFIELD
28
+
29
+ FIELD
30
+ [0] 0x00000000
31
+ ENABLE_LANE_0_ERROR
32
+ RW
33
+ If set, enable lane 0 error
34
+ ENDFIELD
35
+
36
+ ############################################################################################
37
+ ############################################################################################
You can’t perform that action at this time.
0 commit comments