@@ -137,31 +137,31 @@ The `CardConfigurator` utilizes the `Parameters` class, the same class where Par
137137Card Configurator, the parameters need to be initialized for the card on BAR2. The command that
138138achieves that is ` makeParameters(cardId, 2) ` . Refer to the [ Parameters] ( #parameters-1 ) section for more information.
139139
140- The Parameters that affect the configuration of the CRU and their possible values are as follows:
140+ The Parameters that affect the configuration of the CRU, their possible values (in ()) and their default values (in [ ] ) are as follows:
141141
142- ` AllowRejection (true | false) `
142+ ` AllowRejection (true | false) [false] `
143143
144- ` CruId (0x42) `
144+ ` CruId (0x42) [0x0] `
145145
146- ` Clock (LOCAL | TTC) `
146+ ` Clock (LOCAL | TTC) [LOCAL] `
147147
148- ` DatapathMode (PACKET | CONTINUOUS) `
148+ ` DatapathMode (PACKET | CONTINUOUS) [PACKET] `
149149
150- ` DownstreamData (CTP | PATTERN | MIDTRG) `
150+ ` DownstreamData (CTP | PATTERN | MIDTRG) [CTP] `
151151
152- ` GbtMode (GBT | WB) `
152+ ` GbtMode (GBT | WB) [GBT] `
153153
154- ` GbtMux (TTC | DDG | SWT) `
154+ ` GbtMux (TTC | DDG | SWT) [TTC] `
155155
156- ` LinkLoopbackEnabled (true | false) `
156+ ` LinkLoopbackEnabled (true | false) [false] `
157157
158- ` PonUpstreamEnabled (true | false) `
158+ ` PonUpstreamEnabled (true | false) [false] `
159159
160- ` OnuAddress (0x01234567) `
160+ ` OnuAddress (0x01234567) [0x0] `
161161
162- ` DynamicOffsetEnabled (true | false) `
162+ ` DynamicOffsetEnabled (true | false) [false] `
163163
164- ` TriggerWindowSize (0 - 4095) `
164+ ` TriggerWindowSize (0 - 4095) [1000] `
165165
166166To set any of the above parameters the usual template can be followed.
167167
0 commit comments