Commit 4e1b1600 authored by Matthieu Cattin's avatar Matthieu Cattin

fmcadc_csr, test32: Extend decimation register to 32 bits. Add a decimation test.

parent 791a0072
......@@ -39,8 +39,7 @@ FMCADC100M_CSR=['FMC ADC 100MS/s core registers',{
'RESERVED':[16, 'Reserved', 0xFFFF]}],
'TRIG_POS':[0x18, 'Trigger address register', {}],
'SR':[0x1C, 'Sample rate', {
'DECI':[0, 'Sample rate decimation factor', 0xFFFF],
'RESERVED':[16, 'Reserved', 0xFFFF]}],
'DECI':[0, 'Sample rate decimation factor', 0xFFFFFFFF]}],
'PRE_SAMPLES':[0x20, 'Pre-trigger samples', {}],
'POST_SAMPLES':[0x24, 'Post-trigger samples', {}],
'SAMPLES_CNT':[0x28, 'Samples counter', {}],
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment