Skip to content
Snippets Groups Projects
Commit b8cb8ce9 authored by Pieter Donker's avatar Pieter Donker
Browse files

same as last

parent 7c5f5843
No related branches found
No related tags found
No related merge requests found
...@@ -27,44 +27,44 @@ peripherals: ...@@ -27,44 +27,44 @@ peripherals:
- - field_name : Samples_per_packet - - field_name : Samples_per_packet
width : 16 width : 16
address_offset: 0x1 address_offset: 0x4
reset_value : 256 reset_value : 256
field_description: | field_description: |
"This REG specifies the number samples in a packet" "This REG specifies the number samples in a packet"
- - field_name : Blocks_per_sync - - field_name : Blocks_per_sync
width : 16 width : 16
address_offset: 0x2 address_offset: 0x8
reset_value : 781250 reset_value : 781250
field_description: | field_description: |
"This REG specifies the number of packets in a sync period" "This REG specifies the number of packets in a sync period"
- - field_name : Gapsize - - field_name : Gapsize
width : 16 width : 16
address_offset: 0x3 address_offset: 0xc
reset_value : 80 reset_value : 80
field_description: | field_description: |
"This REG specifies the gap in number of clock cycles between two consecutive packets" "This REG specifies the gap in number of clock cycles between two consecutive packets"
- - field_name : Mem_low_address - - field_name : Mem_low_address
width : 8 width : 8
address_offset: 0x4 address_offset: 0x10
field_description: | field_description: |
"This REG specifies the starting address for reading from the waveform memory" "This REG specifies the starting address for reading from the waveform memory"
- - field_name : Mem_high_address - - field_name : Mem_high_address
width : 8 width : 8
address_offset: 0x5 address_offset: 0x14
field_description: | field_description: |
"This REG specifies the last address to be read when from the waveform memory" "This REG specifies the last address to be read when from the waveform memory"
- - field_name : BSN_init_low - - field_name : BSN_init_low
address_offset: 0x6 address_offset: 0x18
field_description: | field_description: |
"This REG specifies the lower(LSB) 32 bits [31:0] of the initialization BSN" "This REG specifies the lower(LSB) 32 bits [31:0] of the initialization BSN"
- - field_name : BSN_init_high - - field_name : BSN_init_high
address_offset: 0x7 address_offset: 0x1c
field_description: | field_description: |
"This REG specifies the higher(MSB) 32 bits [63:32] of the initialization BSN" "This REG specifies the higher(MSB) 32 bits [63:32] of the initialization BSN"
...@@ -102,26 +102,26 @@ peripherals: ...@@ -102,26 +102,26 @@ peripherals:
- - field_name : Word_cnt - - field_name : Word_cnt
access_mode : RO access_mode : RO
address_offset: 0x1 address_offset: 0x4
field_description: | field_description: |
"Word_cnt indicates the number of word currently (ST) written in the buffer. Cleared on (ST) re-write of buffer." "Word_cnt indicates the number of word currently (ST) written in the buffer. Cleared on (ST) re-write of buffer."
- - field_name : Valid_cnt_arm_ena - - field_name : Valid_cnt_arm_ena
address_offset: 0x2 address_offset: 0x8
field_description: | field_description: |
"Valid_cnt contains the number of valid cycles since the last sync pulse. Cleared on every sync pulse. "Valid_cnt contains the number of valid cycles since the last sync pulse. Cleared on every sync pulse.
Arm_enable: Write to this REG to arm the system. Arm_enable: Write to this REG to arm the system.
After the system is armed the next syn pulse will trigger the acquisition of data." After the system is armed the next syn pulse will trigger the acquisition of data."
- - field_name : Reg_sync_delay - - field_name : Reg_sync_delay
address_offset: 0x3 address_offset: 0xc
field_description: | field_description: |
"Reg_sync_delay contains the number of valid cycles to delay/wait after an armed-syncpulse, "Reg_sync_delay contains the number of valid cycles to delay/wait after an armed-syncpulse,
before the data is written to the databuffer." before the data is written to the databuffer."
- - field_name : Version - - field_name : Version
access_mode : RO access_mode : RO
address_offset: 0x7 address_offset: 0x1c
field_description: | field_description: |
"Version contains the version number of the databuffer peripheral." "Version contains the version number of the databuffer peripheral."
slave_description: "" slave_description: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment