blob: cedb8fdb57fae14d03c48359483b287e24a22c25 (
plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
schema: rfnoc_modtool_args
module_name: radio
version: 1.0
rfnoc_version: 1.0
chdr_width: 64
noc_id: 0x12AD1000
parameters:
NUM_PORTS: 2
clocks:
- name: rfnoc_chdr
freq: "[]"
- name: rfnoc_ctrl
freq: "[]"
- name: radio
freq: "[]"
control:
sw_iface: nocscript
fpga_iface: ctrlport
interface_direction: remote_master_slave
fifo_depth: 512
clk_domain: radio
ctrlport:
byte_mode: True
timed: True
has_status: True
data:
fpga_iface: axis_data
clk_domain: radio
inputs:
in_0:
item_width: 32
nipc: 1
info_fifo_depth: 32
payload_fifo_depth: MTU
format: sc16
mdata_sig: ~
in_1:
item_width: 32
nipc: 1
info_fifo_depth: 32
payload_fifo_depth: MTU
format: sc16
mdata_sig: ~
outputs:
out_0:
item_width: 32
nipc: 1
info_fifo_depth: 32
payload_fifo_depth: MTU
format: sc16
mdata_sig: ~
out_1:
item_width: 32
nipc: 1
info_fifo_depth: 32
payload_fifo_depth: MTU
format: sc16
mdata_sig: ~
io_ports:
ctrl_port:
type: ctrl_port
drive: master
rename:
pattern: (.*)
repl: m_\1
time_keeper:
type: time_keeper
drive: listener
x300_radio:
type: x300_radio
drive: slave
registers:
properties:
|