aboutsummaryrefslogtreecommitdiffstats
path: root/host/include/uhd/rfnoc/blocks/logpwr.yml
blob: e03314a40361d8ba67fcc5f82c81b49f0f323bf2 (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
schema: rfnoc_modtool_args
module_name: logpwr
version: "1.0"
rfnoc_version: "1.0"
chdr_width: 64
noc_id: 0x4C500000
makefile_srcs: "${fpga_lib_dir}/blocks/rfnoc_block_logpwr/Makefile.srcs"

parameters:
  NUM_PORTS: 1
  RANDOM_MODE: 2'b11

clocks:
  - name: rfnoc_chdr
    freq: "[]"
  - name: rfnoc_ctrl
    freq: "[]"
  - name: ce
    freq: "[]"

control:
  sw_iface: nocscript
  fpga_iface: ctrlport
  interface_direction: slave
  fifo_depth: 32
  clk_domain: ce
  ctrlport:
    byte_mode: False
    timed: False
    has_status: False

data:
  fpga_iface: axis_pyld_ctxt
  clk_domain: ce
  inputs:
    in:
      num_ports: NUM_PORTS
      item_width: 32
      nipc: 1
      context_fifo_depth: 2
      payload_fifo_depth: 32
      format: sc16
      mdata_sig: ~
  outputs:
    out:
      num_ports: NUM_PORTS
      item_width: 16
      nipc: 1
      context_fifo_depth: 2
      payload_fifo_depth: 32
      format: s16
      mdata_sig: ~

registers:

properties: