-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtdc.yaml
45 lines (37 loc) · 813 Bytes
/
tdc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
transfer_layer:
- name : intf
type : uart_bridge
init:
port : "/dev/ttyUSB1"
baudrate : 115200
hw_drivers:
- name : FIFO
type : bram_fifo
interface : intf
base_addr : 0x8000
base_data_addr: 0x80000000
- name : SPI
type : spi
interface : intf
base_addr : 0x3000
- name : RX
type : tdc_rx
interface : intf
base_addr : 0x4000
- name : TS_RESET
type : pulse_gen
interface : intf
base_addr : 0x5000
- name : SIGNAL_SEQ
type : seq_gen
interface : intf
base_addr : 0x6000
registers:
- name : CONFIG_REG
type : StdRegister
driver : None
size : 8
fields:
- name : EN
size : 1
offset : 0