1schema: rfnoc_modtool_args
2module_name: fosphor
3version: 1.0
4rfnoc_version: 1.0
5chdr_width: 64
6noc_id: 0x666F0000
7makefile_srcs: "${fpga_lib_dir}/blocks/rfnoc_block_fosphor/Makefile.srcs"
8
9clocks:
10  - name: rfnoc_chdr
11    freq: "[]"
12  - name: rfnoc_ctrl
13    freq: "[]"
14  - name: ce
15    freq: "[]"
16
17control:
18  sw_iface: nocscript
19  fpga_iface: ctrlport
20  interface_direction: slave
21  fifo_depth: 32
22  clk_domain: ce
23  ctrlport:
24    byte_mode: False
25    timed: False
26    has_status: False
27
28data:
29  fpga_iface: axis_data
30  clk_domain: ce
31  inputs:
32    fft_in:
33      item_width: 32
34      nipc: 1
35      info_fifo_depth: 32
36      payload_fifo_depth: 32
37      format: sc16
38      mdata_sig: ~
39  outputs:
40    hist:
41      item_width: 8
42      nipc: 4
43      info_fifo_depth: 32
44      payload_fifo_depth: 32
45      sideband_at_end: False
46      format: u8
47      mdata_sig: ~
48    wf:
49      item_width: 8
50      nipc: 4
51      info_fifo_depth: 32
52      payload_fifo_depth: 32
53      sideband_at_end: False
54      format: u8
55      mdata_sig: ~
56
57registers:
58
59properties:
60