blob: 4e78383922b5f85496989506877c9fee1993c25a (
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
81
82
83
84
85
86
87
88
|
schema: rfnoc_modtool_args
module_name: radio
version: 1.0
rfnoc_version: 1.0
chdr_width: 64
noc_id: 0x12AD1000
clocks:
- name: rfnoc_chdr
freq: "[]"
- name: rfnoc_ctrl
freq: "[]"
- name: radio
freq: "[]"
control:
sw_iface: nocscript
fpga_iface: ctrlport
interface_direction: master_slave
fifo_depth: 32
clk_domain: rfnoc_ctrl
ctrlport:
byte_mode: True
timed: False
has_status: False
# The parameters section lists parameters that get added to the generated
# Verilog for the module instantiation. Any parameter listed here may be set to
# different value in the image builder YAML file.
parameters:
NUM_PORTS: 2
data:
fpga_iface: axis_chdr
clk_domain: rfnoc_chdr
mtu: 1024
inputs:
port0:
index: 0
item_width: 32
nipc: 2
context_fifo_depth: 1
payload_fifo_depth: 1
format: int32
mdata_sig: ~
port1:
index: 1
item_width: 32
nipc: 2
context_fifo_depth: 1
payload_fifo_depth: 1
format: int32
mdata_sig: ~
outputs:
port0:
index: 0
item_width: 32
nipc: 2
context_fifo_depth: 1
payload_fifo_depth: 1
format: int32
mdata_sig: ~
port1:
index: 1
item_width: 32
nipc: 2
context_fifo_depth: 1
payload_fifo_depth: 1
format: int32
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:
|